This commit is contained in:
committer@tuxwarrior
2025-05-09 17:46:27 -05:00
parent 2c7338f8cb
commit c4ebdc0fe3
2 changed files with 3 additions and 2 deletions

View File

@@ -220,7 +220,7 @@ rshift() {
# --- # ---
# miisc (ascii) # misc
# --- # ---
ascii() { ascii() {
if [[ -n $1 ]] ; then if [[ -n $1 ]] ; then

View File

@@ -1,6 +1,7 @@
find /usr/share/figlet/fonts -name '*.[ft]lf' | while read -r font; do find /usr/share/figlet/fonts -name '*.[ft]lf' | while read -r font; do
echo "$font:" echo "$font:"
figlet -t -f "$font" ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890 #figlet -t -f "$font" ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890
figlet -t -f "$font" Klevstul
echo echo
echo echo
done | less done | less