#!/bin/bash
if [ "$1" == "--help" ] ; then
	cat <<EOF
Try to find polyps of sizes 10x15 to 70x15
Deprecated.
Please use newpoly.
EOF
	exit
fi
netcat -w 1 localhost 1234 >/dev/null <<EOF
echo Poly_finder_1/6
marks 246 20 15
echo Poly_finder_2/6
marks 245 30 15
echo Poly_finder_3/6
marks 244 40 20
echo Poly_finder_4/6
marks 243 50 25
echo Poly_finder_5/6
marks 242 60 30
echo Poly_finder_6/6
marks 241 70 35
echo Poly_finder_done
EOF
