Created
March 23, 2013 13:41
-
-
Save izmailoff/5227769 to your computer and use it in GitHub Desktop.
Alphabet unix way :)
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
#!/bin/bash | |
for i in {a..z}; do banner " $i"; festival -b "(SayText \"$i\")" 1>/dev/null; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On redhat based distros:
'figlet' is a good alternative if your distro does not provide 'banner'.