42_EXAM
42_EXAM copied to clipboard
[exam 06]
In the test_miniserv.sh
there are multiples echo XXXX | nc localhost $1
, but on my Linux system at least, nc
doesn't exit after sending the message.
Maybe it's a problem with my mini_serv, but I don't think so, nc
don't exit by himself like this, at least the gnu and openbsd versions i tested, dunno on mac.