Sign in
ara-mdk
/
platform
/
external
/
llvm
/
fcd78f88f346c951d7fde3c5abc99679afb11868
/
.
/
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