home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Tools
/
MPW
/
GCC 1.37.1r15
/
Scripts
/
gC
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-04-20
|
198 b
|
12 lines
|
[
TEXT/MPS
]
set echo 0
set oldexit {exit}
set exit 0
set temp "••gcc-driver-temp••"
driver {"parameters"} > "{temp}" && "{temp}"
set error "{status}"
delete -i -y "{temp}"
set exit "{oldexit}"
exit "{error}"