update bbr check

This commit is contained in:
233boy
2019-06-14 10:22:56 +08:00
parent 4555f1ad9a
commit aacf1cf7ab
4 changed files with 40 additions and 38 deletions

View File

@@ -1,3 +1,9 @@
_red() { echo -e ${red}$*${none}; }
_green() { echo -e ${green}$*${none}; }
_yellow() { echo -e ${yellow}$*${none}; }
_magenta() { echo -e ${magenta}$*${none}; }
_cyan() { echo -e ${cyan}$*${none}; }
_rm() {
rm -rf "$@"
}