streaming-website/serve.sh

5 lines
109 B
Bash
Raw Normal View History

2016-06-20 20:41:47 +00:00
#!/bin/sh
2016-08-19 09:23:42 +00:00
port=8000
if [ -n "$1" ]; then port=$1; fi
php -S localhost:$port -d short_open_tag=true index.php