sndrgrdn
11/9/2014 - 3:48 PM

simple httpserver on mac

simple httpserver on mac

# start webserver
http() { python -m SimpleHTTPServer $1; }