web/bin/dev-server
Corne Oppelaar 6cf8f4c8ca [wip]
2016-04-05 02:19:21 +02:00

4 lines
73 B
Bash
Executable file

#!/usr/bin/env bash
DIR=$(dirname $0);
cd $DIR/../public;
php -S 0:8888;