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