Skip to content

Commit

Permalink
hw11. reject test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DimVlas committed Jan 6, 2025
1 parent 27a612b commit 92d712c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw11_telnet_client/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -xeuo pipefail

go build -o go-telnet

(echo -e "Hello\nFrom\nNC\n" && cat 2>/dev/null) | nc -l 127.0.0.1 -p 4242 >/tmp/nc.out &
(echo -e "Hello\nFrom\nNC\n" && cat 2>/dev/null) | nc -l localhost 4242 >/tmp/nc.out &
NC_PID=$!

sleep 1
Expand Down

0 comments on commit 92d712c

Please sign in to comment.