Skip to content

Instantly share code, notes, and snippets.

@JasonHK
Last active February 15, 2019 15:59
Show Gist options
  • Save JasonHK/8c2788eba034fd7a97dda1536c227f8c to your computer and use it in GitHub Desktop.
Save JasonHK/8c2788eba034fd7a97dda1536c227f8c to your computer and use it in GitHub Desktop.
Simple HTTP Servers
#!/bin/bash
python3 -m http.server $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment