Skip to content

Instantly share code, notes, and snippets.

@jhsu
Created March 13, 2012 19:55
Show Gist options
  • Save jhsu/2031165 to your computer and use it in GitHub Desktop.
Save jhsu/2031165 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
for x in {1..20};
do
echo "boots in cats in"
if [ $(($x % 4 )) -eq 0 ]
then
echo "wubwubwubwubwuaauauawub"
fi
done | say
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment