Skip to content

Instantly share code, notes, and snippets.

@izmailoff
Created March 23, 2013 13:41
Show Gist options
  • Save izmailoff/5227769 to your computer and use it in GitHub Desktop.
Save izmailoff/5227769 to your computer and use it in GitHub Desktop.
Alphabet unix way :)
#!/bin/bash
for i in {a..z}; do banner " $i"; festival -b "(SayText \"$i\")" 1>/dev/null; done
@izmailoff
Copy link
Author

On redhat based distros:

sudo yum install festival banner

'figlet' is a good alternative if your distro does not provide 'banner'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment