summaryrefslogtreecommitdiff
path: root/serve.sh
blob: 007e0367a1114c27dc8b2a240368fac8e11c5e4e (plain) (blame)
1
2
3
4
#!/bin/sh
php -S localhost:8000 &
[ -n "$1" ] && firefox "localhost:8000/$1" &
wait