move lttv to root
[lttv.git] / lttv / lttv / lttv.sh
diff --git a/lttv/lttv/lttv.sh b/lttv/lttv/lttv.sh
new file mode 100644 (file)
index 0000000..a7d7dc3
--- /dev/null
@@ -0,0 +1,14 @@
+# -* sh *-
+
+# This is a simple script that starts lttv with no modules :
+# For batch mode.
+# Mathieu Desnoyers 15-09-2005
+
+if [ x"$*" = x"" ]; then
+  echo "This is a wrapper around $0.real for convenience purposes"
+  echo "What you really want is maybe the lttv-gui command ?"
+  echo
+  $0.real --help
+else
+  $0.real $*
+fi
This page took 0.022483 seconds and 4 git commands to generate.