diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 03:08:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 03:08:41 +0000 |
commit | 8f4704bb7e91b1bb61aac996e2c48d45f8764cf4 (patch) | |
tree | 8d21a907087924ea5ab807715359cc80b4f38251 /zfgrep.in | |
parent | Initial commit. (diff) | |
download | zutils-8f4704bb7e91b1bb61aac996e2c48d45f8764cf4.tar.xz zutils-8f4704bb7e91b1bb61aac996e2c48d45f8764cf4.zip |
Adding upstream version 1.8.upstream/1.8upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'zfgrep.in')
-rw-r--r-- | zfgrep.in | 3 |
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 "$@" |