#! /bin/sh

DB=${1:-geo}

monitor -TN -c "retrieve (OneCell.fromnode, OneCell.tonode, distance= Length2Pln(Polylines.pln)) where Polylines.oid = OneCell.plnoid" $DB
