#!/bin/sh

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

$PYTHON $PROGRAM
