From 9da9daf92dd8abf6793276d0e0d8b347948914e5 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 8 Apr 2021 18:50:46 -0500 Subject: Add shellcheck directives. --- insidechroot.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'insidechroot.sh') diff --git a/insidechroot.sh b/insidechroot.sh index b78a4a2..08eada0 100644 --- a/insidechroot.sh +++ b/insidechroot.sh @@ -2,7 +2,9 @@ CHAPTER="$1" +# shellcheck source=colors.sh source /sources/colors.sh +# shellcheck source=functions.sh source /sources/functions.sh printf "%b" "${CYN}SUCCESSFULLY ENTERED ${RED}CHROOT${RST}!\n" -- cgit v1.2.3-54-g00ecf