Skip to content

Instantly share code, notes, and snippets.

@themarcba
Last active September 8, 2015 23:10
Show Gist options
  • Save themarcba/1f2a9d7ae7f1da419aa9 to your computer and use it in GitHub Desktop.
Save themarcba/1f2a9d7ae7f1da419aa9 to your computer and use it in GitHub Desktop.
ifconfig en0 | grep inet
if [ -z "$1" ]; then
python -m SimpleHTTPServer 8080
else
python -m SimpleHTTPServer $1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment