Be more specific in the no SEEK_LAST fallback
[lttv.git] / lttv / lttv / lttv-gui.sh
... / ...
CommitLineData
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 lttvwindow -m guievents -m guifilter -m guicontrolflow -m resourceview \
9 -m guistatistics -m guitracecontrol $*
10
This page took 0.021363 seconds and 4 git commands to generate.