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