mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-11-19 03:07:00 +00:00
8 lines
110 B
Plaintext
8 lines
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
|