aboutsummaryrefslogtreecommitdiffstats
path: root/start-php
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-04-13 18:51:09 +0200
committerMaksymilian Jopek <maks@jopek.eu>2023-04-13 18:51:09 +0200
commit911d2fc05833fb2095f3032c34063bfd6da113fa (patch)
tree0db720cc3d341e28ecef36d98e68978b61b3ab06 /start-php
parent1df1ff6f074528a4ad6d4015c794a1555c1c942f (diff)
downloadfia-911d2fc05833fb2095f3032c34063bfd6da113fa.tar.gz
fia-911d2fc05833fb2095f3032c34063bfd6da113fa.tar.zst
fia-911d2fc05833fb2095f3032c34063bfd6da113fa.zip
Relicense
Add features to Readme Add start scripts
Diffstat (limited to 'start-php')
-rwxr-xr-xstart-php3
1 files changed, 3 insertions, 0 deletions
diff --git a/start-php b/start-php
new file mode 100755
index 0000000..93e5906
--- /dev/null
+++ b/start-php
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd public/php/
+php -S 0.0.0.0:8001