From: wbudic Date: Fri, 13 Aug 2021 10:00:23 +0000 (+1000) Subject: . X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=32df68ecc2d5109d44a34ca57634e81a5a040b9e;p=LifeLog.git . --- diff --git a/startDevWebServer.sh b/startDevWebServer.sh new file mode 100755 index 0000000..1136e65 --- /dev/null +++ b/startDevWebServer.sh @@ -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 &