1
0
This commit is contained in:
Jeff Lance 2024-03-01 11:51:03 +01:00
parent 066ff6c2f7
commit d1fb3196b4
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ log() {
}
inf() {
printf "$(tput setaf 2)$(tput sgr 0 1)%s$(tput sgr0)\n" "$1"
printf "$(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1"
}

View File

@ -6,7 +6,7 @@ log() {
}
inf() {
printf "$(tput setaf 2)$(tput sgr 0 1)%s$(tput sgr0)\n" "$1"
printf "$(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1"
}

View File

@ -6,7 +6,7 @@ log() {
}
inf() {
printf "$(tput setaf 2)$(tput sgr 0 1)%s$(tput sgr0)\n" "$1"
printf "$(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1"
}