#!/bin/sh

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

$PYTHON $PROGRAM
