diff --git a/utils/server.sh b/utils/server.sh index ce55a66..7671c53 100755 --- a/utils/server.sh +++ b/utils/server.sh @@ -1,2 +1,5 @@ #!/bin/sh +SELF=`dirname $0` +DIR=`realpath $SELF` +cd $DIR php -S 0.0.0.0:8000 server.php \ No newline at end of file