protected-resources-list/utils/server.sh

6 lines
99 B
Bash
Executable File

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