#!/bin/sh

strip --strip-all tt++

if [ ! -e $1/tt ]
then
	ln -s /usr/src/tintin++/src/tt++ $1/tt
fi

echo "Enjoy!!!"
echo "--The tintin++ developement team"
exit 0