Scripts are now local and the program should be able to run offline

This commit is contained in:
MatMasIt
2021-11-01 23:04:39 +01:00
parent 9a5eae5ce1
commit d68c8e8c87
8 changed files with 29 additions and 13 deletions

4
run.sh
View File

@@ -1,5 +1,5 @@
php -S 127.0.0.1:8080 &
SERVER_PID=$!
sleep 10
firefox --kiosk http://127.0.0.1:8080
kill $SERVER_PID
pkill firefox
echo $SERVER_PID