Skip to content

Instantly share code, notes, and snippets.

Created December 2, 2016 12:20
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 anonymous/32067edad7f14b20e8469c115bf55353 to your computer and use it in GitHub Desktop.
Save anonymous/32067edad7f14b20e8469c115bf55353 to your computer and use it in GitHub Desktop.
#! /bin/sh
git fetch -q origin && git rev-list HEAD..origin --count
#! /bin/sh
test `git-check-remote` -gt 0 && (git pull; perl Configure.pl --gen-moar --backends=moar && make -j2 && make test install; beep -f 5000 -l 40 -d 50 -r 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment