home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / webobjects / extensions / win-nt / WOPerl-lite-10e7.exe / Examples / WOPerl / DefaultApp / DefaultApp.sh next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1996-08-09  |  254 b   |  14 lines

  1. #!/bin/sh --
  2. # $Id: DefaultApp.sh,v 1.2 1996/08/09 01:29:09 pedja Exp $
  3.  
  4. BIN=/LocalDeveloper/Executables
  5. PATH=$BIN:$PATH:.
  6. export PATH
  7.  
  8. # Run your *real* default app here:
  9.  
  10. exec $BIN/WOPerlDefaultApp $@
  11. # exec $BIN/woperl $BIN/WOPerlDefaultApp $@
  12.  
  13. # EOF
  14.