Skip to content

Instantly share code, notes, and snippets.

@tofumatt
Created June 18, 2013 21:38
Show Gist options
  • Select an option

  • Save tofumatt/5809677 to your computer and use it in GitHub Desktop.

Select an option

Save tofumatt/5809677 to your computer and use it in GitHub Desktop.
# Instant server, anywhere!
server() {
python -m SimpleHTTPServer $1 && open "http://localhost:${1}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment