streaming-website/serve.sh
2016-08-19 11:23:42 +02:00

4 lines
109 B
Bash
Executable file

#!/bin/sh
port=8000
if [ -n "$1" ]; then port=$1; fi
php -S localhost:$port -d short_open_tag=true index.php