From d5cb8fd65d5c86c8627d3728d3aec7e1ae6ed4dd Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Wed, 12 Apr 2023 16:26:30 +0200 Subject: Initial commit with working app --- start | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 start (limited to 'start') diff --git a/start b/start new file mode 100755 index 0000000..117915c --- /dev/null +++ b/start @@ -0,0 +1,3 @@ +#!/bin/sh +cd public +php -S 0.0.0.0:8000 -- cgit v1.3.1