Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
6bdbf061c353295669b6bfc271b948158602d1bc
/
.
/
test
/
Scripts
/
ignore
blob: 865ae4df1bd4d13b909bb97cca787d91782ee17a [
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