未验证 提交 4941d657 编写于 作者: T Toan Nguyen 提交者: GitHub

tools/autossh: Bypass all shellcheck

上级 697d0d06
......@@ -4,6 +4,8 @@
# DESCRIPTION: This is an SSH-D proxy with auto-reconnect on disconnect
# AUTHOR: Toan Nguyen (nntoan at protonmail dot com)
# VERSION: 1.0.0
# USAGE: autossh your_user@your_server_ip
# shellcheck disable=SC2034,SC2182,SC2162,SC2236,SC2120,SC2009,SC2119,SC2086,SC2059,SC2006
# ------------------------------------------------------------------------------
VERSION="1.0.0"
GITHUB="https://github.com/nntoan/autossh"
......@@ -171,7 +173,7 @@ auto_connect()
clear
printf "${GREEN}Connecting: "
for i in {1..100}; do
printf "." $i -1 $i
printf "." "$i" -1 "$i"
sleep .033
done
echo_c green " 100%${NORMAL}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册