Skip to content

Instantly share code, notes, and snippets.

@AV4TAr
Last active October 27, 2021 18:32
Show Gist options
  • Save AV4TAr/ba66c820c8710378f121 to your computer and use it in GitHub Desktop.
Save AV4TAr/ba66c820c8710378f121 to your computer and use it in GitHub Desktop.
make fun of your colleagues with this snippet
# make fun of your colleagues with this snippet.
# run this in your MacOS bash terminal, then close the terminal.
nohup sh -c 'while :; do say -v Samantha "is anybody there"; sleep $[ ( $RANDOM % 60 ) + 1 ]s; done' &
# to get the list of voices
# say -v ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment