clear dockerfile

This commit is contained in:
Eugene 2023-05-11 16:47:03 +02:00
parent 06a34237ea
commit b67ad3e02a
2 changed files with 6 additions and 0 deletions

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@

4
figlet-loop.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
while read line; do
figlet "$line"
done