Skip to content

Instantly share code, notes, and snippets.

@ColonelBuendia
Created August 27, 2019 20:28
Show Gist options
  • Save ColonelBuendia/0116294303fe3f36e312c73b5078fb3b to your computer and use it in GitHub Desktop.
Save ColonelBuendia/0116294303fe3f36e312c73b5078fb3b to your computer and use it in GitHub Desktop.
figlet demo all fonts
figgy() {
for i in `find /usr/share/figlet -iname '*.flf' -printf "%f\n"`; do echo "$i"; figlet -f "$i" bob; done
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment