diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:11:09 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:11:09 +0000 |
commit | ececf5b1557dc45df52d1d1c5e7f8bc18c940301 (patch) | |
tree | efe5eb51699a6d5ba86cb91c6259d23b7eb65320 /zfgrep.in | |
parent | Adding debian version 0.3-1. (diff) | |
download | zutils-ececf5b1557dc45df52d1d1c5e7f8bc18c940301.tar.xz zutils-ececf5b1557dc45df52d1d1c5e7f8bc18c940301.zip |
Merging upstream version 0.4.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
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 "$@" |