aboutsummaryrefslogtreecommitdiff
path: root/startup.sh
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2018-11-12 19:19:50 +0000
committerCody Hiar <codyfh@gmail.com>2018-11-12 19:19:50 +0000
commit7686d0ca2e637fd004e4f716f0ba10bbf9a24b88 (patch)
treee1ea89197e727d6e5462f9f8e52aa1271882f9cd /startup.sh
parentc14a85a4eec42178469b5f410d7e4c133431fa52 (diff)
Initial commit
Diffstat (limited to 'startup.sh')
-rwxr-xr-xstartup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/startup.sh b/startup.sh
new file mode 100755
index 0000000..2230eac
--- /dev/null
+++ b/startup.sh
@@ -0,0 +1 @@
+while true ; do nc -l -p 8000 < /opt/index.html ; done