Skip to content

Instantly share code, notes, and snippets.

@wvdschel
Created December 16, 2010 10:53
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 wvdschel/743280 to your computer and use it in GitHub Desktop.
Save wvdschel/743280 to your computer and use it in GitHub Desktop.
Duke says "Go ahead, make my day" once news about my scholarship is in.
while(true) do if( curl http://www.iwt.be/nieuws/feed/92 2> /dev/null | grep "Dec 2010" ); then amixer sset Master,0 80%,80%; curl http://www.wavsource.com/snds_2010-11-21_1584521671331348/video_games/duke/make_day.wav > alert.wav; mpg123 alert.wav; break; fi; sleep 2; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment