commit 3a020ecd3721daa7a2850190779a85c67fe0494b Author: CryptoBureau Date: Sat Nov 30 16:38:31 2024 +0100 Logo diff --git a/logo.sh b/logo.sh new file mode 100644 index 0000000..d206845 --- /dev/null +++ b/logo.sh @@ -0,0 +1,27 @@ +#!/bin/bash + +echo -e "\e[1;32m + +.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x + _____ ____ + / ____| | _ \ Fueled by Innovation + | | | |_) | Empowering Seamless Node Deployment + | | | _ < with Cutting-Edge Tools for + | |____ | |_) | Crypto Bureau Master + \_____| |____/ +-___________________________________________________________________________- + +For node setup or tool errors, contact Crypto Bureau Master for support. + +- Gmail : cryptobureau01@gmail.com +- X : https://x.com/CryptoBureau01 +- Telegram : https://t.me/CryptoBureau01 +- Github : https://github.com/CryptoBureau01 +- YouTube : https://www.youtube.com/@CryptoBureau01 + +.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x.x0x + +\e[0m" + + +