Skip to content

Instantly share code, notes, and snippets.

@qwerty541
Created April 28, 2025 16:56
Show Gist options
  • Save qwerty541/38c9151c886213b0df46423e1a9f4711 to your computer and use it in GitHub Desktop.
Save qwerty541/38c9151c886213b0df46423e1a9f4711 to your computer and use it in GitHub Desktop.
One-line python HTTP server on localhost:5000
python3 -m http.server 5000 --bind 127.0.0.1 --cgi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment