Skip to content

Instantly share code, notes, and snippets.

@tlinkner
Created April 2, 2015 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlinkner/7b599492ddfdf77d1f57 to your computer and use it in GitHub Desktop.
Save tlinkner/7b599492ddfdf77d1f57 to your computer and use it in GitHub Desktop.
Bash function to runa simple local server
server () {
python -m SimpleHTTPServer &
open http://0.0.0.0:8000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment