aboutsummaryrefslogtreecommitdiff
path: root/serve.sh
blob: 60e378bb932f61627d44b331b59d38fcf517f5ef (plain)
1
2
3
4
#!/bin/sh
port=8000
if [ -n "$1" ]; then port=$1; fi
php -S localhost:$port -d short_open_tag=true index.php