- Ascii art for welcome screen

- I did not test this, I take no responsibility for broken ascii art.
This commit is contained in:
Mohamed Arham
2021-04-28 14:47:58 +05:00
committed by GitHub
parent b5e3882617
commit 7ad309eb77

View File

@ -15,6 +15,13 @@ IDCARD=$(curl -s -b $COOKIE $BML_URL/userinfo \
#display a Welcome message with fullname
echo ""
echo "██████╗░███╗░░░███╗██╗░░░░░  ░█████╗░██╗░░░░░██╗"
echo "██╔══██╗████╗░████║██║░░░░░  ██╔══██╗██║░░░░░██║"
echo "██████╦╝██╔████╔██║██║░░░░░  ██║░░╚═╝██║░░░░░██║"
echo "██╔══██╗██║╚██╔╝██║██║░░░░░  ██║░░██╗██║░░░░░██║"
echo "██████╦╝██║░╚═╝░██║███████╗  ╚█████╔╝███████╗██║"
echo "╚═════╝░╚═╝░░░░░╚═╝╚══════╝  ░╚════╝░╚══════╝╚═╝"
echo ""
echo ${green}Welcome ${reset}$NAME
echo ""
echo Phone: $PHONE