ium_487194/script

4 lines
55 B
Plaintext
Raw Normal View History

2023-04-04 23:19:32 +02:00
#!/bin/bash
while read line; do
figlet "$line"
done