From 5aa7c4f9499135dd12162045e441f5215ee050aa Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Sun, 26 Mar 2023 18:31:50 +0200 Subject: Full working app --- start | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 start (limited to 'start') diff --git a/start b/start new file mode 100755 index 0000000..52f627a --- /dev/null +++ b/start @@ -0,0 +1,2 @@ +#!/bin/sh +php -S 0.0.0.0:8000 \ No newline at end of file -- cgit v1.3.1