#! /bin/bash # Laedt die Standard-Konfigurationen [ -e /etc/profile ] && . /etc/profile [ -e ~/.profile ] && . ~/.profile [ -e ~/.bashrc ] && . ~/.bashrc # Blibliotheken zum Vorladen export LD_PRELOAD=$JRE_HOME/lib/i386/libjawt.so # Eigentlicher Aufruf des TTT, der CLASSPATH sollte in einer # der oberen Dateien gesetzt worden sein java -Xmx256m ttt.TTT $*