| Current Path : /home/tiporg/www/sym/0-tiporg.txt/sym/root/bin/ |
| Current File : /home/tiporg/www/sym/0-tiporg.txt/sym/root/bin/zfgrep |
#!/bin/sh
bindir='/usr/bin'
case $1 in
--__bindir) bindir=${2?}; shift; shift;;
esac
PATH=$bindir:$PATH
exec zgrep -F "$@"