./mkfifo /tmp/pipe
./cat /tmp/pipe | ./nc -w 10 $1  22222 &
./script -f /tmp/pipe

