#!/bin/sh

PROGRAM=/usr/share/stockthis/stockthis.py
PYTHON=`which python2.5`

$PYTHON $PROGRAM
