nsbin/figlet_alle_fonts

4 lines
130 B
Plaintext
Executable File

#cd /usr/figle*/share/figlet/
cd /usr/share/figlet
for a in *.flf; do BLA=${a%.flf}; echo $BLA; echo hallo | figlet -f $BLA; done