1
0
This commit is contained in:
Jeff Lance 2024-03-01 19:02:10 +01:00
parent 317a2c5bd8
commit 52672dff9d
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -9,7 +9,7 @@ log() {
}
inf() {
printf "$(tput sgr 0 1)$(tput setaf 2)%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 sgr 0 1)$(tput setaf 2)%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 sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1"
printf " $(tput sgr 0 1)$(tput setaf 2)%s$(tput sgr0)\n" "$1"
}