Update the README file to mark the project as unmaintained
[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 guicontrolflow -m resourceview -m guihistogram \
9 $*
10#-m guifilter -m guistatistics -m guitracecontrol
This page took 0.023592 seconds and 5 git commands to generate.