]> git.pld-linux.org Git - packages/vtcl.git/commitdiff
wraper to launch vtcl
authorfilon <filon@sokrates.mimuw.edu.pl>
Tue, 21 Aug 2001 18:46:31 +0000 (18:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vtcl -> 1.1

vtcl [new file with mode: 0755]

diff --git a/vtcl b/vtcl
new file mode 100755 (executable)
index 0000000..38f20fa
--- /dev/null
+++ b/vtcl
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+PATH_TO_WISH=/usr/bin/wish
+VTCL_HOME=/usr/lib/vtcl
+
+export PATH_TO_WISH
+export VTCL_HOME
+
+exec ${PATH_TO_WISH} ${VTCL_HOME}/vtcl.tcl $*
This page took 0.081159 seconds and 4 git commands to generate.