Created
May 11, 2014 21:46
-
-
Save ELLIOTTCABLE/677d3fb7b8c57d35c705 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
for hook in "Scripts/git-hooks/$hook_name"*; do | |
if [ ! -z "$VERBOSE" ]; then | |
printf %s\\n ' - "'"$hook"'" ...' >&2 ;fi | |
# ... | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment