#!/bin/sh

php -S ${2:-0.0.0.0}:${1:-7979} -t ${0%/*}/../src/Server/public
