]> lifelog.hopto.org Git - LifeLog.git/commitdiff
.
authorwbudic <redacted>
Fri, 13 Aug 2021 10:00:23 +0000 (20:00 +1000)
committerwbudic <redacted>
Fri, 13 Aug 2021 10:00:23 +0000 (20:00 +1000)
startDevWebServer.sh [new file with mode: 0755]

diff --git a/startDevWebServer.sh b/startDevWebServer.sh
new file mode 100755 (executable)
index 0000000..1136e65
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+DIR="/home/will/dev/LifeLog"
+
+if [ ! -d "$DIR/log" ]; then
+    mkdir "$DIR/log"
+fi
+cd $DIR
+thttpd -C ./thttpd.conf &