#!/bin/bash
if [ "$1" == "--help" ] ; then
	cat <<EOF
Try to find diverticles
EOF
	exit
fi
netcat -w 1 localhost 1234 >/dev/null <<EOF
marks 249 80 -30
EOF
