Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d3d086d6794e901bde43b1c1a374a4b1d571d7e7
/
.
/
llvm
/
test
/
Scripts
/
not
blob: e3b1efe35c8d1462b129be58765ca1f4fa53df0c [
file
] [
log
] [
blame
]
#!/bin/sh
#
# Program: not
#
# Synopsis: Inverse the output of the program specified on the command line
#
# Syntax: not command <arguments>
if
"$@"
then
exit
1
else
exit
0
fi