Skip to content

Instantly share code, notes, and snippets.

@ryanflorence
Created July 10, 2012 19:20
Show Gist options
  • Save ryanflorence/3085644 to your computer and use it in GitHub Desktop.
Save ryanflorence/3085644 to your computer and use it in GitHub Desktop.
We are legion
#!/bin/sh
#
# put this in your path
# usage:
# legion 'we are legion'
say $1 &
say -v agnes $1 &
say -v kathy $1 &
say -v princess $1 &
say -v vicki $1 &
say -v victoria $1 &
say -v bruce $1 &
say -v fred $1 &
say -v junior $1 &
say -v ralph $1 &
say -v albert $1 &
say -v "bad news" $1 &
say -v bells $1 &
say -v boing $1 &
say -v bubbles $1 &
say -v cellos $1 &
say -v deranged $1 &
say -v 'good news' $1 &
say -v hysterical $1 &
say -v 'pipe organ' $1 &
say -v trinoids $1 &
say -v whisper $1 &
say -v zarvox $1
@iammerrick
Copy link

lol sort of really love the bible reference for the name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment