Disable non ported modules in lttv-gui.sh start script
[lttv.git] / lttv / lttv / lttv-gui.sh
1 # -* sh *-
2
3 # This is a simple script that starts lttv with default GUI modules
4 # Mathieu Desnoyers 15-09-2005
5
6 LTTV_CMD=`echo $0 | sed 's/-gui$//'`
7
8 $LTTV_CMD.real -m lttvwindow -m guievents -m guicontrolflow \
9 $*
10 #-m guifilter -m guistatistics -m guitracecontrol -m resourceview
This page took 0.028356 seconds and 4 git commands to generate.