摘要: #!/bin/bash## test color for scriptRED_COLOR='\E[1;31m'GREEN_COLOR='\E[1;32m'YELLOR_COLOR='\E[1;33m'BLUE_COLOR='\E[1;34m'PINK='\E[1;35m'RES='\E[0m'if 阅读全文
posted @ 2016-04-18 14:12 xiewb 阅读(220) 评论(0) 推荐(0)