[HOME]

Path : /home/easyrentals/public_html/sym404/root/bin/
Upload :
Current File : /home/easyrentals/public_html/sym404/root/bin/zfgrep

#!/bin/sh
bindir='/usr/bin'
case $1 in
--__bindir) bindir=${2?}; shift; shift;;
esac
PATH=$bindir:$PATH
exec zgrep -F "$@"