Skip to content

crazypeace/vps-3-color-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

vps-3-color-ascii

VPS三色图 ASCII

结论

\\\\\e[43m

\\ESCe[43m

\\\\${bg_yellow}

效果相同。

  • 注意, 这里的ESC不是三个字母, 而是一个字符.

image

希望在shell中输出\E, 脚本的echo -e 里面要写\\E