hotfix script path

This commit is contained in:
kirillius 2024-12-24 15:03:33 +03:00
parent 5467e9c9e6
commit 971bb46582
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
#!/bin/sh
SELF=`dirname $0`
DIR=`realpath $SELF`
cd $DIR
php -S 0.0.0.0:8000 server.php