golden hour
/usr/libexec
⬆️ Go Up
Upload
File/Folder
Size
Actions
awk
-
Del
OK
coreutils
-
Del
OK
dovecot
-
Del
OK
fips-setup-helper
333 B
Del
OK
gcc
-
Del
OK
getconf
-
Del
OK
git-core
-
Del
OK
grepconf.sh
257 B
Del
OK
openldap
-
Del
OK
openssh
-
Del
OK
utempter
-
Del
OK
vi
1.38 MB
Del
OK
Edit: grepconf.sh
#!/usr/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
Save