Created
July 23, 2014 07:59
-
-
Save monking/7394463feb887d0777b5 to your computer and use it in GitHub Desktop.
bash: 1st, 2nd, 3rd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
o=(th st nd rd th th th th th th); | |
for i in {1..30}; do echo espeak -w ${i}-count.wav ${i}${o[$((i%10))]}; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment