git-svn-id: http://ltt.polymtl.ca/svn@2460 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / lttng-xenomai / LinuxTraceToolkitViewer-0.8.61-xenoltt / lttv / lttv / lttv.sh
1 # -* sh *-
2
3 # This is a simple script that starts lttv with no modules :
4 # For batch mode.
5 # Mathieu Desnoyers 15-09-2005
6
7 if [ x"$*" = x"" ]; then
8 echo "This is a wrapper around $0.real for convenience purposes"
9 echo "What you really want is maybe the lttv-gui command ?"
10 echo
11 $0.real --help
12 else
13 $0.real $*
14 fi
This page took 0.028998 seconds and 4 git commands to generate.