Skip to content

Instantly share code, notes, and snippets.

@berinhard
Created November 30, 2010 14:17
Show Gist options
  • Save berinhard/721739 to your computer and use it in GitHub Desktop.
Save berinhard/721739 to your computer and use it in GitHub Desktop.
#!/bin/sh
PROJECT_ROOT="$VIRTUAL_ENV/src"
MEDIA_DIR="$VIRTUAL_ENV/.git/media"
python $PROJECT_ROOT/manage.py test
if test "$?" -ne 0
then
notify-send 'Hammertime!' -t 3000 -i $MEDIA_DIR/hammertime.gif
aplay $MEDIA_DIR'/hammertime.wav' > /dev/null 2>&1 &
exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment