aboutsummaryrefslogtreecommitdiff
path: root/build/entry.sh
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-03-19 21:30:32 -0600
committerCody Hiar <codyfh@gmail.com>2018-03-19 21:30:32 -0600
commit3f5efcb91afc2e6d013800132b92e4a6c297f662 (patch)
tree3de0b3c6804ec51d5784d788b8df450eae208f1a /build/entry.sh
Initial commit of working files
Diffstat (limited to 'build/entry.sh')
-rw-r--r--build/entry.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/entry.sh b/build/entry.sh
new file mode 100644
index 0000000..09a943f
--- /dev/null
+++ b/build/entry.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+while true; do echo hi; sleep 1; done;