Add commentaries, renum scripts

This commit is contained in:
Thibault Ayanides
2020-12-22 15:58:10 +01:00
parent 7f990b5e53
commit 87e242a42d
57 changed files with 125 additions and 104 deletions

View File

@ -13,12 +13,12 @@ set -e # One error, it's over
set -u # One variable unset, it's over
# This function will be called if the script status is on enabled / audit mode
audit () {
audit() {
:
}
# This function will be called if the script status is on enabled mode
apply () {
apply() {
:
}