Skip to content

Instantly share code, notes, and snippets.

@JustGoscha
Created July 27, 2016 10:14
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 JustGoscha/fcbbcc84f6ed1db42fa2432ee0f5b06b to your computer and use it in GitHub Desktop.
Save JustGoscha/fcbbcc84f6ed1db42fa2432ee0f5b06b to your computer and use it in GitHub Desktop.
Creepy fun on Mac terminal
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