0c115bc8b7743f63aea9bae0a5ee3fa40a5c55a1
[lttv.git] / tags / LinuxTraceToolkitViewer-0.10.0-pre-115102007 / 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 guievents -m guifilter -m guicontrolflow -m guistatistics \
9 -m guitracecontrol $*
10
This page took 0.028957 seconds and 3 git commands to generate.