This commit is contained in:
Neale Pickett 2021-10-19 20:01:27 -06:00
parent e2e7d37300
commit b5d4ab5c15
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ fail () {
}
run () {
printf "\033[32m%\033[0m %s\n" "$*" 1>&2
printf "\033[32m\$\033[0m %s\n" "$*" 1>&2
"$@"
}