protected-resources-list/utils/server.sh

5 lines
87 B
Bash
Executable File

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