Skip to content

Commit

Permalink
[ADD] Add ascii decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
rootkit7628 committed Mar 2, 2022
1 parent 5744869 commit aa81df0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bin/ampalibe
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@ elif [ "$1" == "run" ]; then
exit 1
fi
source .env;
echo -e """\033[36m
0o
Oo
coooool
looooooool
loooooooooool
_ __ __ ____ _ _ ___ ____ _____ looooooooooool
/ \ | \/ | _ \ / \ | | |_ _| __ )| ____| looooooooooool
/ _ \ | |\/| | |_) / _ \ | | | || _ \| _| loooooooooool
/ ___ \| | | | __/ ___ \| |___ | || |_) | |___ looooooool
/_/ \_\_| |_|_| /_/ \_\_____|___|____/|_____| oooooo \033[0m"""
echo -e "~\033[32m 👌\033[0m | Env Loaded";
echo -e "~\033[32m 👌\033[0m | Ampalibe running...";
if [ $python = "python3" ]; then
Expand Down

0 comments on commit aa81df0

Please sign in to comment.