Initial
This commit is contained in:
9
.docker/run.sh
Executable file
9
.docker/run.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Hello world!"
|
||||
|
||||
echo "Press [CTRL+C] to stop.."
|
||||
while :
|
||||
do
|
||||
sleep 1
|
||||
done
|
||||
Reference in New Issue
Block a user