diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-08 18:50:46 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-08 18:50:46 -0500 |
commit | 9da9daf92dd8abf6793276d0e0d8b347948914e5 (patch) | |
tree | 128488c143f83f5dbf4a731e4d7cc28fd4a9a8c3 /insidechroot.sh | |
parent | e7a38788125880c6817ea63f300c0575d456cdbc (diff) |
Add shellcheck directives.
Diffstat (limited to 'insidechroot.sh')
-rw-r--r-- | insidechroot.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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" |