Skip to content

Commit

Permalink
Update tcp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chiakge committed Dec 24, 2018
1 parent be977e8 commit fff649f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tcp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
export PATH

#=================================================
# System Required: CentOS 7,Debian 8/9,Ubuntu 16+
# System Required: CentOS 6/7,Debian 8/9,Ubuntu 16+
# Description: BBR+BBR魔改版+BBRplus+Lotserver
# Version: 1.1.9
# Author: 千影
# Version: 1.2.0
# Author: 千影,cx9208
# Blog: https://www.94ish.me/
#=================================================

sh_ver="1.1.9"
github="github.com/cx9208/Linux-NetSpeed/raw/master"
sh_ver="1.2.0"
github="raw.githubusercontent.com/chiakge/Linux-NetSpeed/master"

Green_font_prefix="\033[32m" && Red_font_prefix="\033[31m" && Green_background_prefix="\033[42;37m" && Red_background_prefix="\033[41;37m" && Font_color_suffix="\033[0m"
Info="${Green_font_prefix}[信息]${Font_color_suffix}"
Expand Down

0 comments on commit fff649f

Please sign in to comment.