Skip to content

Instantly share code, notes, and snippets.

@monking
Created July 23, 2014 07:59
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 monking/7394463feb887d0777b5 to your computer and use it in GitHub Desktop.
Save monking/7394463feb887d0777b5 to your computer and use it in GitHub Desktop.
bash: 1st, 2nd, 3rd
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