#!/bin/sh

# customize this, if you installed IceMe to a different directory:
LIB_ICEME=/usr/lib/iceme

STARTPWD=`pwd`
cd $LIB_ICEME && python IceMe.py $*
cd $STARTPWD
