PK

ADDRLIN : /bin/
FLL :
Current File : //bin/zegrep

#!/bin/sh
exec zgrep -E "$@"


PK 99