Created
March 14, 2018 22:07
-
-
Save Voronenko/e33bcf66fdf933af9e72b4f8e43fa59f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # Copy this script to .git/hooks/pre-commit | |
| # | |
| python update-authors.py > AUTHORS | |
| git add AUTHORS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment