#!/bin/sh

dir=$( cd "$( dirname "$( readlink -e "$0" )" )" && pwd )
export LD_LIBRARY_PATH=$dir/lib64
ulimit -c unlimited
$dir/ttg-bin $*
