bitgoblin-website/bin/dev-server.sh

8 lines
147 B
Bash
Executable File

#!/bin/sh
# cd into the correct directory
cd "$( dirname "$0" )"/..
# launch the PHP dev server
php -S localhost:8080 -t public public/index.php