Sign in
swiftshader
/
SwiftShader
/
20b06c3c72ffddb2a67a8b52b63a3984040dc5b3
/
.
/
src
/
LLVM
/
test
/
Scripts
/
ignore
blob: 2a776fad66709122bb033726d5d6a809b619cace [
file
] [
log
] [
blame
]
#!/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