Your IP : 18.191.83.45


Current Path : /proc/9787/root/proc/7973/root/proc/9786/root/bin/
Upload File :
Current File : //proc/9787/root/proc/7973/root/proc/9786/root/bin/zegrep

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