aboutsummaryrefslogtreecommitdiff
path: root/docker/entry.sh
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-03-23 20:26:46 -0600
committerCody Hiar <codyfh@gmail.com>2018-03-23 20:26:46 -0600
commit318c213573ccc1e85e48a60002e694716388be64 (patch)
tree7b22911569f2d61849155b9b59b9219fccc07f09 /docker/entry.sh
parentaa6e200bc7844aa2b7b88a451a9e95be4f2cebb0 (diff)
Move docker from build dir to docker
Diffstat (limited to 'docker/entry.sh')
-rw-r--r--docker/entry.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/entry.sh b/docker/entry.sh
new file mode 100644
index 0000000..09a943f
--- /dev/null
+++ b/docker/entry.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+while true; do echo hi; sleep 1; done;