build(lint): add more shell scripts to lintsh

This commit is contained in:
dundargoc
2022-10-30 13:50:41 +01:00
parent aeb87f8b4a
commit 502b5ee10f
12 changed files with 46 additions and 36 deletions

View File

@@ -35,7 +35,7 @@ readonly -A entries=(
db="$(mktemp -du)"
print_bold() {
printf "\\e[1m$*\\e[0m"
printf "\\e[1m%b\\e[0m" "$*"
}
cd "$(git rev-parse --show-toplevel)"