stopped writing {GRAY} before each message in myprint()

This commit is contained in:
2025-11-12 14:33:22 +05:00
parent 5cc2e1c2ad
commit e655f05da6
4 changed files with 9 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ function safeprint {
# prints text with special characters and resets color
function myprint {
printf "${GRAY}$@${GRAY}\n"
printf "$@${GRAY}\n"
}
function myprint_quiet {