IMP(shellcheck): add run-shellcheck prefix

This commit is contained in:
Thibault Ayanides
2020-11-23 17:10:37 +01:00
parent 9c3aa51982
commit cccc0881e9
206 changed files with 209 additions and 10 deletions

View File

@ -1,5 +1,6 @@
# CIS Debian Hardening common functions
# run-shellcheck
#
# File Backup functions
#

View File

@ -1,5 +1,6 @@
# Defines constants for CIS Debian Hardening
# run-shellcheck
# Script and shell commands homogeneity
export LANG=C

View File

@ -1,3 +1,5 @@
# run-shellcheck
LONG_SCRIPT_NAME=$(basename $0)
SCRIPT_NAME=${LONG_SCRIPT_NAME%.sh}
# Variable initialization, to avoid crash

View File

@ -1,5 +1,7 @@
# CIS Debian Hardening Utility functions
# run-shellcheck
#
# Sysctl
#