Skip to content

Instantly share code, notes, and snippets.

@tomraithel
Last active January 21, 2016 12:43
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 tomraithel/64d9b2951313d410a938 to your computer and use it in GitHub Desktop.
Save tomraithel/64d9b2951313d410a938 to your computer and use it in GitHub Desktop.
Annoy coworkers
nohup /bin/bash -c 'WORDS=("please help me" "i am so alone" "i am lonely" "pssssst" "hello" "hey, listen."); while [ 1 = 1 ]; do say "${WORDS[$[ $[ RANDOM % ${#WORDS[@]} ]]]}" -v Whisper -r 1.5; sleep 3; done' &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment