Optimizing scripts

This commit is contained in:
skiffer-git 2024-03-21 11:59:32 +08:00
parent 4653143c73
commit ac41b0730c

View File

@ -215,10 +215,10 @@ openim::log::status() {
echo_log "${timestamp} ${1}" echo_log "${timestamp} ${1}"
shift shift
for message; do for message; do
echo_log " ${message}" echo_log -e "${COLOR_GREEN} ${message} ==> ${COLOR_GREEN}$@${reset_color}"
done done
} }
COLOR_BLUE
openim::log::success() { openim::log::success() {
local V="${V:-0}" local V="${V:-0}"