summaryrefslogtreecommitdiff
path: root/scripts/no-match
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/no-match')
-rwxr-xr-xscripts/no-match4
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 "$@"
+