ium_444452/figlet-loop.sh

4 lines
52 B
Bash
Raw Normal View History

2022-04-03 23:22:54 +02:00
#!/bin/bash
while read line; do
figlet "$line"
done