Skip to content

Instantly share code, notes, and snippets.

@worc
Created November 5, 2015 18:14
Show Gist options
  • Save worc/9fd0d292f227c0ad83c0 to your computer and use it in GitHub Desktop.
Save worc/9fd0d292f227c0ad83c0 to your computer and use it in GitHub Desktop.
python web server alias
# -u flushes messages to the output, is a workaround to get mintty on windows to display server messages
alias pws='python -u -m http.server'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment