Space between option and arg for better readability
This commit is contained in:
parent
f1f0b29fb6
commit
41ba30b48a
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
while true; do
|
||||
cat data.txt | nc -w1 127.0.0.1 -l 8999;
|
||||
cat data.txt | nc -w 1 127.0.0.1 -l 8999;
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user