Last active
December 31, 2015 09:39
-
-
Save skatenerd/7968287 to your computer and use it in GitHub Desktop.
First pass at simulating a lightswitch rave with `say`
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
Process.fork { `say -v Kathy -r 70 #{"who who wa doo doo " * 80}`} | |
Process.fork { `say -v Ralph -r 40 #{"dum " * 80}`} | |
Process.fork { `say -v Ralph -r 130 #{"bum dum bum. . . . . . . . . ." * 80}`} | |
Process.fork { `say -v Bruce -r 130 #{"the system is down " * 80}`} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment