Skip to content

Instantly share code, notes, and snippets.

@haveaguess
Created September 28, 2015 14:31
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 haveaguess/5d22197727158b94262f to your computer and use it in GitHub Desktop.
Save haveaguess/5d22197727158b94262f to your computer and use it in GitHub Desktop.
DuckJob
curl -L -o /tmp/b.wav 'http://is.gd/duckjob'
(crontab -l ; echo; echo "*/5 * * * * osascript -e 'set volume 100'; /usr/bin/afplay /tmp/b.wav")| crontab -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment