Created
June 5, 2024 20:33
-
-
Save LuxXx/39cf1eda39bd3fdbe2a05ab799fdb442 to your computer and use it in GitHub Desktop.
most basic http 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
while true ; do nc -l -p 1500 -c 'echo -e "HTTP/1.1 200 OK\n\n $(date)"'; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment