#!/bin/sh [ ! -x "$(command -v php)" ] && printf "php not installed\n" >> /dev/stderr && exit 1 printf "Testing locally..\nOpen 'localhost:1337' in your web browser.\n" php -S localhost:1337