#!/bin/sh

PROGRAM=/opt/geotodo/GeoController.py
PYTHON=`which python2.5`
cd /opt/geotodo
$PYTHON $PROGRAM
