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