Skip to content

Instantly share code, notes, and snippets.

@VincentVetsch
Forked from JeffreyWay/gist:1525217
Created August 13, 2012 14:17
Show Gist options
  • Save VincentVetsch/3341150 to your computer and use it in GitHub Desktop.
Save VincentVetsch/3341150 to your computer and use it in GitHub Desktop.
Python: Instant Server for Current Directory
alias server='open http://localhost:8000 && python -m SimpleHTTPServer'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment