#!/bin/sh

PROGRAM=/opt/fotomovil/fotomovil.py
PYTHON=`which python2.5`

$PYTHON $PROGRAM
