cURL Error: 0 HEX
HEX
Server: Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
System: Linux fut001.vhost.ae 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
User: akiadvo (1062)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //bin/zfgrep
#!/bin/sh
bindir='/usr/bin'
case $1 in
--__bindir) bindir=${2?}; shift; shift;;
esac
PATH=$bindir:$PATH
exec zgrep -F "$@"