Up.
This commit is contained in:
parent
066ff6c2f7
commit
d1fb3196b4
@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user