aboutsummaryrefslogtreecommitdiff
path: root/build/entry.sh
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-02-07 20:24:29 -0700
committerCody Hiar <codyfh@gmail.com>2017-02-07 20:24:29 -0700
commit58b4fb228c3f7583386ded86505cb10f2a870129 (patch)
treee75a46f789de741ac3fbf92ce797ad39809fc9c0 /build/entry.sh
Just add stuff
Diffstat (limited to 'build/entry.sh')
-rw-r--r--build/entry.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/entry.sh b/build/entry.sh
new file mode 100644
index 0000000..f570d44
--- /dev/null
+++ b/build/entry.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+while true; do echo hi; sleep 1; done;