Your IP : 3.17.190.212


Current Path : /proc/9783/cwd/bin/
Upload File :
Current File : //proc/9783/cwd/bin/zfgrep

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