This commit is contained in:
2025-06-30 11:28:09 -05:00
parent db6643c825
commit 0c75da8b08

View File

@ -14,7 +14,7 @@ function print_info()
tput bold
tput setaf 1
echo "$1"
tpug sgr0
tput sgr0
}
@ -23,7 +23,7 @@ function print_error()
tput bold
tput setaf 1
echo "$1"
tpug sgr0
tput sgr0
}