Skip to content

Instantly share code, notes, and snippets.

@itzg
Created June 26, 2016 02:46
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save itzg/b889534a029855c018813458ff24f23c to your computer and use it in GitHub Desktop.
Save itzg/b889534a029855c018813458ff24f23c to your computer and use it in GitHub Desktop.
for f in /usr/share/figlet/*
do
fs=$(basename $f)
fname=${fs%%.tlf}
toilet -f $fname $fname
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment