#!/bin/sh SELF=`dirname $0` DIR=`realpath $SELF` cd $DIR killall php php -S 0.0.0.0:8000 server.php