From 911d2fc05833fb2095f3032c34063bfd6da113fa Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 13 Apr 2023 18:51:09 +0200 Subject: Relicense Add features to Readme Add start scripts --- start-php | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 start-php (limited to 'start-php') 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 -- cgit v1.3.1