home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / linux / puppy-barebones-2.01r2.iso / pup_201.sfs / usr / local / bin / vtcl < prev    next >
Encoding:
Text File  |  2004-05-14  |  156 b   |  10 lines

  1. #!/bin/sh
  2.  
  3. PATH_TO_WISH=/usr/bin/wish8.4
  4. VTCL_HOME=/usr/lib/vtcl-1.6.0
  5.  
  6. export PATH_TO_WISH
  7. export VTCL_HOME
  8.  
  9. exec ${PATH_TO_WISH} ${VTCL_HOME}/vtcl.tcl $*
  10.