mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-03-10 01:30:08 +00:00
1 line
110 B
Plaintext
1 line
110 B
Plaintext
|
unset exit
compile -e -i {1} keep=3/t >3/temp
if {status} == 0
echo Failed {1}
else
echo Passed {1}
end
|