#!/bin/sh

python setup.py build
ln -s build/lib*/icfp.so
python -O opto
cp tst.py runme
chmod a+x runme

echo 'IF the bangline in RUNME DOESNT WORK, "python runme host port" should'
echo 'this program requires python 2.2 (guessing /usr/bin/python2)'