Last active
October 27, 2021 18:32
-
-
Save AV4TAr/ba66c820c8710378f121 to your computer and use it in GitHub Desktop.
make fun of your colleagues with this snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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