zer.ooo-web/bin/dev-server

5 lines
73 B
Text
Raw Normal View History

2016-04-05 00:19:21 +00:00
#!/usr/bin/env bash
DIR=$(dirname $0);
cd $DIR/../public;
php -S 0:8888;