#!/bin/sh

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

$PYTHON $PROGRAM
