Skip to content

Instantly share code, notes, and snippets.

@andru255
Forked from commadelimited/gist:3905895
Created October 22, 2013 06:46
Show Gist options
  • Save andru255/7096187 to your computer and use it in GitHub Desktop.
Save andru255/7096187 to your computer and use it in GitHub Desktop.
function server(){
local port="${1:-8000}"
open "http://localhost:${port}/"
python -m SimpleHTTPServer "$port"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment