Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created May 11, 2014 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ELLIOTTCABLE/677d3fb7b8c57d35c705 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/677d3fb7b8c57d35c705 to your computer and use it in GitHub Desktop.
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