#!/bin/sh
APPNAME=catfish
cd /usr/local/share/$APPNAME
/usr/local/bin/python2.6 $APPNAME.pyc "$@"
