Forked from itzg/List all figlet fonts using toilet.sh
Created
September 13, 2022 19:40
-
-
Save sagittarius-a/c0e3f25124f0b161e434ec8ef3b3d3da to your computer and use it in GitHub Desktop.
This file contains 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
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