linux echo彩色打印
定义了三个颜色
把打印的内容加载头和尾巴之间即可
pt_head_green="\033[32;1m"
pt_head_red="\033[31;1m"
pt_head_yellow="\033[33;1m"
pt_tail="\033[0m"echo "$pt_head_yellow |====== make clean ======|$pt_tail"
定义了三个颜色
把打印的内容加载头和尾巴之间即可
pt_head_green="\033[32;1m"
pt_head_red="\033[31;1m"
pt_head_yellow="\033[33;1m"
pt_tail="\033[0m"echo "$pt_head_yellow |====== make clean ======|$pt_tail"