lttv-gui fix
[lttv.git] / ltt / branches / poly / lttv / lttv / lttv-gui.sh
CommitLineData
065f8f41 1# -* sh *-
2
3# This is a simple script that starts lttv with default GUI modules
4# Mathieu Desnoyers 15-09-2005
5
87853841 6LTTV_CMD=`echo $0 | sed 's/-gui$//'`
7
8$LTTV_CMD.real -m guievents -m guifilter -m guicontrolflow -m guistatistics \
065f8f41 9 -m guitracecontrol $*
10
This page took 0.023408 seconds and 4 git commands to generate.