Skip to content

Instantly share code, notes, and snippets.

@itzg
Created June 26, 2016 02:46

Revisions

  1. itzg created this gist Jun 26, 2016.
    6 changes: 6 additions & 0 deletions List all figlet fonts using toilet.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    for f in /usr/share/figlet/*
    do
    fs=$(basename $f)
    fname=${fs%%.tlf}
    toilet -f $fname $fname
    done