load the misc library and improve comments
This commit is contained in:
parent
89fa678cd9
commit
520caadacf
@ -18,8 +18,6 @@ source includes/backup.sh
|
|||||||
source includes/chores.sh
|
source includes/chores.sh
|
||||||
# shellcheck source=includes/colors.sh
|
# shellcheck source=includes/colors.sh
|
||||||
source includes/colors.sh
|
source includes/colors.sh
|
||||||
# shellcheck source=includes/dns.sh
|
|
||||||
source functions/dns.sh
|
|
||||||
# shellcheck source=includes/help.sh
|
# shellcheck source=includes/help.sh
|
||||||
source includes/help.sh
|
source includes/help.sh
|
||||||
# shellcheck source=includes/help.sh
|
# shellcheck source=includes/help.sh
|
||||||
@ -35,6 +33,12 @@ source includes/update.sh
|
|||||||
# shellcheck source=includes/update_self.sh
|
# shellcheck source=includes/update_self.sh
|
||||||
source includes/update_self.sh
|
source includes/update_self.sh
|
||||||
|
|
||||||
|
# Libraries loaded from Heavyscript
|
||||||
|
# shellcheck source=functions/dns.sh
|
||||||
|
source functions/dns.sh
|
||||||
|
# shellcheck source=functions/misc.sh
|
||||||
|
source functions/misc.sh
|
||||||
|
|
||||||
#If no argument is passed, set flag to show menu
|
#If no argument is passed, set flag to show menu
|
||||||
if [[ -z "$*" || "-" == "$*" || "--" == "$*" ]]; then
|
if [[ -z "$*" || "-" == "$*" || "--" == "$*" ]]; then
|
||||||
no_args="true"
|
no_args="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user