We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7715692 commit 06bab67Copy full SHA for 06bab67
run.sh
@@ -10,7 +10,6 @@ readonly COLOR_GREEN='\033[0;32m'
10
readonly COLOR_YELLOW='\033[1;33m'
11
readonly COLOR_BLUE='\033[0;34m'
12
readonly COLOR_RESET='\033[0m'
13
-
14
# 日志函数
15
log_info() {
16
echo -e "${COLOR_GREEN}[INFO]${COLOR_RESET} $1" >&2
0 commit comments