ium_444507/figlet-loop.sh

4 lines
55 B
Bash
Raw Normal View History

2022-03-31 22:55:56 +02:00
#!/bin/bash
while read line; do
figlet "$line"
done