Your IP : 3.133.150.11


Current Path : /proc/5198/root/proc/4653/root/bin/
Upload File :
Current File : //proc/5198/root/proc/4653/root/bin/zegrep

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