Skip to content

Instantly share code, notes, and snippets.

@tomhat
Created April 1, 2020 21:54
Show Gist options
  • Save tomhat/69c405e7d155bb045a8e28dab8a571f8 to your computer and use it in GitHub Desktop.
Save tomhat/69c405e7d155bb045a8e28dab8a571f8 to your computer and use it in GitHub Desktop.
DROOT="./"
SPORT="8111"
if [ "$1" != "" ]
then
DROOT="$1"
fi
if [ "$2" != "" ]
then
SPORT="$2"
fi
php -S localhost:$SPORT -t $DROOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment