aboutsummaryrefslogtreecommitdiff
path: root/build/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 /build/entry.sh
parentaa6e200bc7844aa2b7b88a451a9e95be4f2cebb0 (diff)
Move docker from build dir to docker
Diffstat (limited to 'build/entry.sh')
-rw-r--r--build/entry.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/entry.sh b/build/entry.sh
deleted file mode 100644
index 09a943f..0000000
--- a/build/entry.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-while true; do echo hi; sleep 1; done;