#!/bin/sh

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

$PYTHON $PROGRAM
