Your IP : 13.58.169.1


Current Path : /proc/5330/task/5330/root/bin/
Upload File :
Current File : //proc/5330/task/5330/root/bin/zfgrep

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