Skip to content

Instantly share code, notes, and snippets.

@atomicbird
Last active July 18, 2019 15:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atomicbird/6ad83ff544ea23d265b2 to your computer and use it in GitHub Desktop.
Save atomicbird/6ad83ff544ea23d265b2 to your computer and use it in GitHub Desktop.
It's like Uber for howdy.
#!/bin/sh
say "Warming up the pitch engine..."
for word in `sort -R /usr/share/dict/words`
do
PITCH="It's like Uber for $word."
echo $PITCH
say $PITCH
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment