Add .local/bin/figlet-gallery
This commit is contained in:
parent
84de045727
commit
d8f23cdf37
1 changed files with 8 additions and 0 deletions
8
dot_local/bin/executable_figlet-gallery
Normal file
8
dot_local/bin/executable_figlet-gallery
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
find /usr/share/figlet/fonts -name '*.[ft]lf' | while read -r font; do
|
||||
echo "$font:"
|
||||
figlet -t -f "$font" "Hello World"
|
||||
echo
|
||||
echo
|
||||
done | less
|
Loading…
Reference in a new issue