aboutsummaryrefslogtreecommitdiff
path: root/build/entry.sh
diff options
context:
space:
mode:
authorCody Hiar <thornycrackers@users.noreply.github.com>2018-03-14 14:40:19 -0600
committerGitHub <noreply@github.com>2018-03-14 14:40:19 -0600
commitaa6e200bc7844aa2b7b88a451a9e95be4f2cebb0 (patch)
tree63dc83394ca8ec8e611e792a8113955c4b434ee1 /build/entry.sh
parent70366911a9b5ddedbfe8b02b6447f2738f306239 (diff)
parentf416ab2f81f2f02f9a55274e63333b6964ce9da1 (diff)
Merge pull request #1 from hyshka/dockerfile
Add basic Dockerfile setup
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;