hotfix script path
This commit is contained in:
parent
5467e9c9e6
commit
971bb46582
|
|
@ -1,2 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
SELF=`dirname $0`
|
||||||
|
DIR=`realpath $SELF`
|
||||||
|
cd $DIR
|
||||||
php -S 0.0.0.0:8000 server.php
|
php -S 0.0.0.0:8000 server.php
|
||||||
Loading…
Reference in New Issue