Skip to content

Instantly share code, notes, and snippets.

@skatenerd
Last active December 31, 2015 09:39
Show Gist options
  • Save skatenerd/7968287 to your computer and use it in GitHub Desktop.
Save skatenerd/7968287 to your computer and use it in GitHub Desktop.
First pass at simulating a lightswitch rave with `say`
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