#!/bin/bash


### Internal ### 
php_bin=$(which php)
_f=$(readlink -f $0)
_p=$(dirname $_f)


$php_bin -S localhost:4242 -t $_p/htdocs
exit $?