ium_151636/figlet-loop.sh

4 lines
55 B
Bash
Raw Normal View History

2023-05-11 16:47:03 +02:00
#!/bin/bash
while read line; do
figlet "$line"
done