clear dockerfile
This commit is contained in:
parent
06a34237ea
commit
b67ad3e02a
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
|
4
figlet-loop.sh
Normal file
4
figlet-loop.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
while read line; do
|
||||
figlet "$line"
|
||||
done
|
Loading…
Reference in New Issue
Block a user