summaryrefslogtreecommitdiff
path: root/webserver.sh
diff options
context:
space:
mode:
authorJonas Kohl2024-11-06 15:37:39 +0100
committerJonas Kohl2024-11-06 15:37:39 +0100
commit557bb0c775f880ac7de99b9608045ff206614ed8 (patch)
tree20fc0e980cece66d06837d75ec150e3830b09d60 /webserver.sh
Initial commit
Diffstat (limited to 'webserver.sh')
-rwxr-xr-xwebserver.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/webserver.sh b/webserver.sh
new file mode 100755
index 0000000..5cd6163
--- /dev/null
+++ b/webserver.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+pushd ./public > /dev/null
+
+php -S 0.0.0.0:3341