hotfix script
This commit is contained in:
parent
971bb46582
commit
a331b3159d
|
|
@ -2,4 +2,5 @@
|
|||
SELF=`dirname $0`
|
||||
DIR=`realpath $SELF`
|
||||
cd $DIR
|
||||
killall php
|
||||
php -S 0.0.0.0:8000 server.php
|
||||
Loading…
Reference in New Issue