mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-11-19 18:31:43 +00:00
8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
unset exit
|
|
compile -e -i {1} keep=3/t
|
|
if {status} == 0
|
|
echo Failed {1}
|
|
else
|
|
echo Passed {1}
|
|
end
|