ium_478841/figlet-loop.sh

4 lines
55 B
Bash
Raw Normal View History

2022-03-28 11:21:44 +02:00
#!/bin/bash
while read line; do
figlet "$line"
done