Last active
September 5, 2021 07:30
-
-
Save kieranbarker/737b3f367e4ae094933870a0bb3dca35 to your computer and use it in GitHub Desktop.
.zshrc alias for simple Python server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Alias for simple Python server | |
serve() { | |
python3 -m http.server $1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://twitter.com/KieranJB/status/1434416816235896834?s=20