summaryrefslogtreecommitdiffstats
path: root/zfgrep.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 12:58:24 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 12:58:24 +0000
commited504d8c6b192a15a8bed5e684593118348cc7be (patch)
treeb329a4dbf1909d45d7f931ccd51ea9be50df58ea /zfgrep.in
parentInitial commit. (diff)
downloadzutils-upstream/1.13.tar.xz
zutils-upstream/1.13.zip
Adding upstream version 1.13.upstream/1.13upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'zfgrep.in')
-rw-r--r--zfgrep.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/zfgrep.in b/zfgrep.in
new file mode 100644
index 0000000..c1a96d8
--- /dev/null
+++ b/zfgrep.in
@@ -0,0 +1,3 @@
+#! /bin/sh
+bindir=`echo "$0" | sed -e 's,[^/]*$,,'`
+exec "${bindir}"zgrep -F "$@"