ium_487194/script

4 lines
55 B
Bash

#!/bin/bash
while read line; do
figlet "$line"
done