Your IP : 216.73.216.63


Current Path : /proc/thread-self/root/bin/
Upload File :
Current File : //proc/thread-self/root/bin/zegrep

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