Skip to content
Snippets Groups Projects
Verified Commit dd8f053e authored by David Beniamine's avatar David Beniamine
Browse files

Remove netcat uneffective fix

parent 83df5e1c
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ answer(){
then
netcat $host $port
else
stdbuf -oL cat $1 | while ! netcat $host $port; do sleep 1; done
stdbuf -oL cat $1 | netcat $host $port
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment