RED WELCOME

This commit is contained in:
Shihaam Abdul Rahman 2021-04-28 14:54:45 +05:00
parent 68636b5462
commit f113f6e087

View File

@ -14,14 +14,14 @@ IDCARD=$(curl -s -b $COOKIE $BML_URL/userinfo \
| jq -r '.["payload"] | .["user"] | .idcard')
#display a Welcome message with fullname
echo ""
echo "${red}"
echo "██████╗░███╗░░░███╗██╗░░░░░  ░█████╗░██╗░░░░░██╗"
echo "██╔══██╗████╗░████║██║░░░░░  ██╔══██╗██║░░░░░██║"
echo "██████╦╝██╔████╔██║██║░░░░░  ██║░░╚═╝██║░░░░░██║"
echo "██╔══██╗██║╚██╔╝██║██║░░░░░  ██║░░██╗██║░░░░░██║"
echo "██████╦╝██║░╚═╝░██║███████╗  ╚█████╔╝███████╗██║"
echo "╚═════╝░╚═╝░░░░░╚═╝╚══════╝  ░╚════╝░╚══════╝╚═╝"
echo ""
echo "${reset}"
echo ${green}Welcome ${reset}$NAME
echo ""
echo Phone: $PHONE