-
Notifications
You must be signed in to change notification settings - Fork 557
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#!/bin/bash | ||
Font_Black="\033[30m" | ||
Font_Red="\033[31m" | ||
Font_Green="\033[32m" | ||
Font_Yellow="\033[33m" | ||
Font_Blue="\033[34m" | ||
Font_Purple="\033[35m" | ||
Font_SkyBlue="\033[36m" | ||
Font_White="\033[37m" | ||
Font_BrightBlack="\033[90m" | ||
Font_BrightRed="\033[91m" | ||
Font_BrightGreen="\033[92m" | ||
Font_BrightYellow="\033[93m" | ||
Font_BrightBlue="\033[94m" | ||
Font_BrightPurple="\033[95m" | ||
Font_BrightSkyBlue="\033[96m" | ||
Font_BrightWhite="\033[97m" | ||
Font_Orange="\033[38;5;208m" | ||
Font_Suffix="\033[0m" | ||
echo -e "${Font_SkyBlue}【推广贰】${Font_Suffix}" | ||
echo -e "================================================" | ||
echo -e "${Font_BrightBlue}BackWaves.net${Font_Suffix} 虚拟云主机" | ||
echo "" | ||
echo -e "${Font_White}香港双ISP住宅IP HGC线路\n日本东京三网回国直连线路\n美国洛杉矶9929回国直连线路\n香港大口子高性能国际线路\n低至2.5USD/月\n支持Alipay/Paypal/USDC/USDT/信用卡${Font_Suffix}" | ||
echo "" | ||
echo -e "${Font_BrightRed}官网${Font_Suffix} ${Font_SkyBlue}https://backwaves.net${Font_Suffix}" | ||
echo -e "${Font_BrightRed}TG频道${Font_Suffix} ${Font_SkyBlue}https://t.me/backwavesidc${Font_Suffix}" | ||
echo -e "================================================" |