mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-11-17 05:06:10 +00:00
9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
unset exit
|
|
echo {1}
|
|
cmpl -i {1} keep=3/t >>3/temp
|
|
if {status} == 0
|
|
3/t
|
|
else
|
|
echo Could not compile {1}
|
|
end
|