Skip to content

Instantly share code, notes, and snippets.

@parkercoleman
Created August 3, 2015 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parkercoleman/8c2bf49ca5896f918d13 to your computer and use it in GitHub Desktop.
Save parkercoleman/8c2bf49ca5896f918d13 to your computer and use it in GitHub Desktop.
So hard to say goodbye...
say -v Victoria -r 110 'Its so harddd. To say goodbyeee. To yesterday eeee' &
sleep 6.2 && say -v Ralph -r 50 'dayyyy' &
sleep .7 && say -v fred -r 1 'hardddd' &
sleep .6 && say -v Kathy -r 50 'harddddddd' &
sleep .5 && say -v Ralph -r 45 'hardddddd' &
sleep .8 && say -v Alex -r 50 'hardddddd' &
sleep 3 && say -v Victoria -r 50 'byeeee' &
sleep 3.1 && say -v Kathy -r 50 'byeeee' &
sleep 3.3 && say -v Ralph -r 50 'byeeee' &
sleep 3.4 && say -v Alex -r 50 'byeeee' &
sleep 6.2 && say -v Ralph -r 50 'dayyyy' &
sleep 6.4 && say -v Kathy -r 50 'dayyyy' &
sleep 6.5 && say -v Victoria -r 50 'dayyyyooo' &
sleep 6.6 && say -v fred -r 50 'dayyyyeee' &
sleep 7 && say -v Victoria 'eeee eeee' &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment