e0e45f0
7ecb893
1
2 3 4
#!/bin/sh php -S localhost:8000 & [ -n "$1" ] && firefox "localhost:8000/$1" & wait