Last active
December 7, 2017 22:27
-
-
Save phx/5f2888cae96c0bb9f732f6ed25dccd7c to your computer and use it in GitHub Desktop.
josh prank
This file contains 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
#!/bin/bash | |
osascript -e "set volume 7" | |
say -v Victoria 'JOSH has an imPORtant anNOUNCEment to-make' | |
sleep 1 | |
say -v Whisper 'i have a SECRET to tell EVERYONE' | |
sleep 1 | |
say -v 'Good News' 'i have no testickuls' | |
sleep 1 | |
say -v 'Pipe Organ' 'but WAIT. theres MORE.' | |
sleep 1 | |
say -v Junior 'NO one gets to work from home. you are all MOUTH-BREATHERS. get back to WORK.' | |
sleep 1 | |
say -v Bells 'goodbye bitches' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment