home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 4.iso
/
src
/
swtools
/
trubasic
/
rolldemos
/
run
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-02
|
249 b
|
11 lines
if [ -f $1 -a ! -x $1 ]
then $TRU -i $1 ; exit
else if [ -f $1.trc -a ! -x $1.trc ]
then $TRU -i $1.trc ; exit
else if [ -f $1.tru -a ! -x $1.tru ]
then $TRU -i $1.tru ; exit
else echo "cannot locate file $1"
fi
fi
fi