Merge pull request #5 from phoenixatom/patch-2

- Ascii art for welcome screen
This commit is contained in:
Shihaam Abdul Rahman 2021-04-28 14:50:11 +05:00 committed by GitHub
commit 68636b5462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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