Your IP : 3.147.79.46


Current Path : /proc/9789/root/proc/9790/root/bin/
Upload File :
Current File : //proc/9789/root/proc/9790/root/bin/zfgrep

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