Skip to content

Instantly share code, notes, and snippets.

@underhilllabs
Created June 4, 2012 17:51
Show Gist options
  • Save underhilllabs/2869824 to your computer and use it in GitHub Desktop.
Save underhilllabs/2869824 to your computer and use it in GitHub Desktop.
Server alias from Paul Irish
#!/usr/bin/env python
function server() {
local port="${1:-8000}"
open "http://localhost:${port}/"
python SimpleHTTPServer "$port"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment