3 lines
130 B
Text
Executable file
3 lines
130 B
Text
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
|