5 lines
73 B
Text
5 lines
73 B
Text
|
#!/usr/bin/env bash
|
||
|
DIR=$(dirname $0);
|
||
|
cd $DIR/../public;
|
||
|
php -S 0:8888;
|