Your IP : 3.142.198.37


Current Path : /proc/4741/task/4741/root/bin/
Upload File :
Current File : //proc/4741/task/4741/root/bin/zegrep

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