ium-s301654/figlet-loop.sh

4 lines
52 B
Bash
Raw Normal View History

2024-04-03 09:06:06 +02:00
#!/bin/bash
while read line; do
figlet "$line"
done