Sign in
swiftshader
/
SwiftShader.git
/
8c59ccdcf2be0b5a7c6f9dbc38aa1c03dd671341
/
.
/
third_party
/
LLVM
/
test
/
Scripts
/
ignore
blob: 2a776fad66709122bb033726d5d6a809b619cace [
file
]
#!/bin/sh
#
# Program: ignore
#
# Synopsis: Ignore the result code of the command and always return 0
#
# Syntax: ignore command <arguments>
"$@"
||
exit
0
&&
exit
0
exit
0