- Ascii art for welcome screen
- I did not test this, I take no responsibility for broken ascii art.
This commit is contained in:
parent
b5e3882617
commit
7ad309eb77
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user