#!/bin/sh php -S localhost:8000 & [ -n "$1" ] && firefox "localhost:8000/$1" & wait