Skip to content

Instantly share code, notes, and snippets.

@ryanburgess
Created March 18, 2015 22:07
Show Gist options
  • Save ryanburgess/8e1928126aa5db0e51fa to your computer and use it in GitHub Desktop.
Save ryanburgess/8e1928126aa5db0e51fa to your computer and use it in GitHub Desktop.
Bash Shell Alias - start python server
# start server
alias server='python -m SimpleHTTPServer 8000'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment