Answers for "nc http server"

0

nc http server

while true; do 
  echo -e "HTTP/1.1 200 OK\n\n $(date)" | nc -l -p 1500 -q 1
done
Posted by: Guest on August-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language