#!/bin/sh

cd "/opt/TransGUI"
export LD_LIBRARY_PATH="/opt/TransGUI:$LD_LIBRARY_PATH"
./transgui "$@"
exit $?

