Skip to content

Instantly share code, notes, and snippets.

@xf0e
Created March 28, 2019 21:57
Show Gist options
  • Save xf0e/3e6aea5f58b71fe41c60c5c475d7ef27 to your computer and use it in GitHub Desktop.
Save xf0e/3e6aea5f58b71fe41c60c5c475d7ef27 to your computer and use it in GitHub Desktop.
server for poor peeople
while true; do
echo -e "HTTP/1.1 200 OK\n\n $(date)" | nc -l -p 1500 -q 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment