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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1996-08-09
|
254 b
|
14 lines
#!/bin/sh --
# $Id: DefaultApp.sh,v 1.2 1996/08/09 01:29:09 pedja Exp $
BIN=/LocalDeveloper/Executables
PATH=$BIN:$PATH:.
export PATH
# Run your *real* default app here:
exec $BIN/WOPerlDefaultApp $@
# exec $BIN/woperl $BIN/WOPerlDefaultApp $@
# EOF