Created
October 6, 2010 20:59
-
-
Save timnovinger/614074 to your computer and use it in GitHub Desktop.
My personal post-commit Git hook
This file contains 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 | |
# | |
# An example hook script that is called after a successful | |
# commit is made. | |
# | |
# To enable this hook, rename this file to "post-commit". | |
: Nothing | |
afplay ~/.git/happykids.wav > /dev/null 2>&1 & | |
wait | |
echo "Check Hudson before pushing...and don't push after 1600 hours..." | |
say "Check Hudson before pushing...and don't push after 1600 hours" -v Trinoids |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment