Update bbr.sh

This commit is contained in:
NewName
2024-09-19 13:22:00 +08:00
parent e1e5f1f7ef
commit 87fde425f7

2
bbr.sh
View File

@@ -5,7 +5,7 @@
# 系统要求CentOS 6+、Debian8+、Ubuntu16+
#
cur_dir="$(cd -P -- "$(dirname -- "$0")" && pwd -P)"
cur_dir=$(pwd)
_red() {
printf '\033[1;31;31m%b\033[0m' "$1"