diff options
Diffstat (limited to 'scripts/no-match')
-rwxr-xr-x | scripts/no-match | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/no-match b/scripts/no-match new file mode 100755 index 0000000..528d80c --- /dev/null +++ b/scripts/no-match @@ -0,0 +1,4 @@ +#!/bin/bash + +grep -E -v -e "$@" + |