IMMREX7

aku nok ndi : /proc/self/root/bin/
File Up :
aku nok ndi : //proc/self/root/bin/zfgrep

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

Copyright © 2021 - 2025 IMMREX7