Created
October 6, 2014 14:49
-
-
Save sh1nu11bi/7f89dd4b536bbe7893e3 to your computer and use it in GitHub Desktop.
Quick Python server
This file contains hidden or 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
| python -m SimpleHTTPServer & ncat --ssl -l 8443 --sh-exec "ncat 127.0.0.1 8000" --keep-open |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment