mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-21 06:30:41 +00:00
1 line
113 B
Plaintext
1 line
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
|