Skip to content

Commit

Permalink
Create ADBW
Browse files Browse the repository at this point in the history
  • Loading branch information
lmc999 authored Dec 6, 2024
1 parent 7f4b673 commit 0271c97
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions reference/AD/ADBW
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 "================================================"

0 comments on commit 0271c97

Please sign in to comment.