stopped writing {GRAY} before each message in myprint()
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user