#!/bin/sh echo 'This script assumes php is in the PATH variable' php -S localhost:8000 -t public/ server.php