aboutsummaryrefslogtreecommitdiff
path: root/startup.sh
diff options
context:
space:
mode:
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