summaryrefslogtreecommitdiff
path: root/scripts/match
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/match')
-rwxr-xr-xscripts/match4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/match b/scripts/match
new file mode 100755
index 0000000..c452824
--- /dev/null
+++ b/scripts/match
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+grep -E -e "$@"
+