diff options
Diffstat (limited to 'scripts/match')
-rwxr-xr-x | scripts/match | 4 |
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 "$@" + |