one-page webserver with netcat
Sunday, 8. April 2007, 16:17:46
while `netcat -lp 80 -c 'echo -e "HTTP/1.0 200 OK\nContent-Type: text/html\n"; cat index.html'`
echo got connection
done
from https://mlists.in-berlin.de/pipermail/linux-l/msg54026.html
echo got connection
done
from https://mlists.in-berlin.de/pipermail/linux-l/msg54026.html


