mirror of https://github.com/mack-a/v2ray-agent
feat(脚本): 注释
parent
e26956e27f
commit
0ee84610ba
|
@ -3,7 +3,10 @@
|
|||
# -------------------------------------------------------------
|
||||
# 检查系统
|
||||
export LANG=en_US.UTF-8
|
||||
stty erase ^H #重新定义erase,使退格键生效
|
||||
|
||||
# 重新定义erase,使退格键生效
|
||||
stty erase ^H
|
||||
|
||||
echoContent() {
|
||||
case $1 in
|
||||
# 红色
|
||||
|
|
Loading…
Reference in New Issue