Skip to content

Instantly share code, notes, and snippets.

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 pjobson/462689190ff5883ed78f747e6f591887 to your computer and use it in GitHub Desktop.
Save pjobson/462689190ff5883ed78f747e6f591887 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