#! /bin/sh

DB=${1:-geo}

monitor $DB << EOF

delete Points \g

delete Polylines \g

delete OneCell \g

EOF
