golden hour
/usr/libexec
⬆️ Go Up
Upload
File/Folder
Size
Actions
awk
-
Del
OK
coreutils
-
Del
OK
dovecot
-
Del
OK
gcc
-
Del
OK
getconf
-
Del
OK
git-core
-
Del
OK
grepconf.sh
253 B
Del
OK
openldap
-
Del
OK
openssh
-
Del
OK
utempter
-
Del
OK
Edit: 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
Save