e4f3b6739d06a406c430a29231cf14d6dea28107
[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 -m resourceview -m guihistogram \
9 $*
10 #-m guifilter -m guistatistics -m guitracecontrol
This page took 0.029262 seconds and 4 git commands to generate.