Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2015-03-09 23:20:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
20fb5f3e8ed88ed6155821a5ebb7a03b5fafe1e7
20fb5f3e
1 parent
b0953c1d
modify the colorful bash for osx.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
trunk/scripts/_log.sh
trunk/scripts/_log.sh
查看文件 @
20fb5f3
...
...
@@ -4,11 +4,11 @@
#######################################
# color echo.
#######################################
RED
=
"
\\
e[31m"
GREEN
=
"
\\
e[32m"
YELLOW
=
"
\\
e[33m"
BLACK
=
"
\\
e[0m"
POS
=
"
\\
e[103G"
RED
=
"
\\
033[31m"
GREEN
=
"
\\
033[32m"
YELLOW
=
"
\\
033[33m"
BLACK
=
"
\\
033[0m"
POS
=
"
\\
033[103G"
# if need to log to file, change the log path.
if
[[
!
$log
]]
;
then
...
...
请
注册
或
登录
后发表评论