Commit d6b23850 authored by John Selbie's avatar John Selbie

Code cleanup

parent 3ba95b0f
z=0
while [ 1 ]
do
nc $1 $2 < packet.bin > /dev/null
let z=$z+1
echo $z
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment