Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
7e7dc45eb15d3739564f2a63ab1c468c57d94ff8
/
.
/
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