Lines Matching full:exit
14 test "$3" && echo "too many args" && exit 1
15 test ! "$1" && echo "no args?" && exit 1
21 test ! -f "$1" && echo "can't find $1" && exit 1
23 compress -c < "$1" | nc -v -w 2 $2 $MYPORT && exit 0
25 nc -v -w 2 $2 $MYPORT < "$1" && exit 0
28 exit 1
35 test ! "$aa" = "y" && echo "[punted!]" && exit 1
39 nc -v -w 30 -p $MYPORT -l < /dev/null | uncompress -c > "$1" && exit 0
41 nc -v -w 30 -p $MYPORT -l < /dev/null > "$1" && exit 0
46 exit 1