Skip to content

Commit

Permalink
feat(脚本): 注释
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-a committed Jul 19, 2021
1 parent aadf92b commit c94ae74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
# -------------------------------------------------------------
# 检查系统
export LANG=en_US.UTF-8
stty erase ^H #重新定义erase,使退格键生效

# 重新定义erase,使退格键生效
stty erase ^H

echoContent() {
case $1 in
# 红色
Expand Down

0 comments on commit c94ae74

Please sign in to comment.