Optimizing scripts

This commit is contained in:
skiffer-git 2024-03-21 12:19:36 +08:00
parent 2956462a46
commit 581164d9c6

View File

@ -215,6 +215,7 @@ openim::log::status() {
echo_log "${timestamp} ${1}"
shift
for message; do
local reset_color='\033[0m'
echo_log -e "${COLOR_GREEN} ${message} ==> ${COLOR_GREEN}$@${reset_color}"
done
}