Skip to content

Instantly share code, notes, and snippets.

@semerj
Last active August 29, 2015 14:20
Show Gist options
  • Save semerj/5692c656f45fae4e71da to your computer and use it in GitHub Desktop.
Save semerj/5692c656f45fae4e71da to your computer and use it in GitHub Desktop.
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