diff options
Diffstat (limited to 'llvm/test/Scripts/not')
| -rwxr-xr-x | llvm/test/Scripts/not | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/test/Scripts/not b/llvm/test/Scripts/not deleted file mode 100755 index e3b1efe35c8..00000000000 --- a/llvm/test/Scripts/not +++ /dev/null @@ -1,12 +0,0 @@ -#!/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 |

