Skip to content

Commit

Permalink
Leave "Aljibe" in the main logo and add "by Metadrop" to give more im…
Browse files Browse the repository at this point in the history
…portance to Aljibe
  • Loading branch information
rsanzante authored Sep 23, 2024
1 parent 2fbdcd0 commit 0257d8d
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions commands/host/aljibe-logo
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ NC='\033[0m' # No Color
# ASCII art with brown color
echo ""
echo ""
echo -e "${brown} ___ ___ _ _ ___ _ _ _ _ "
echo " | \\/ | | | | | / _ \\| (_|_) | "
echo " | . . | ___| |_ __ _ __| |_ __ ___ _ __ ______/ /_\\ \\ |_ _| |__ ___ "
echo " | |\\/| |/ _ \\ __/ _\` |/ _\` | '__/ _ \\| '_ \\______| _ | | | | '_ \\ / _ \\"
echo " | | | | __/ || (_| | (_| | | | (_) | |_) | | | | | | | | |_) | __/"
echo " \\_| |_/\___|\\__\\__,_|\\__,_|_| \\___/| .__/ \\_| |_/\\|_|_|_.__/ \\___|"
echo " | | _/ | "
echo " |_| |__/ "
echo -e "${brown}"
cat << EOF
___ _ _ _ _
/ _ \| (_|_) |
/ /_\ \ |_ _| |__ ___
| _ | | | | '_ \ / _ \\
| | | | | | | |_) | __/
\_| |_/_| |_|_.__/ \___|
_/ |
|__/
by Metadrop
EOF
echo -e "${NC}" # Reset color
echo ""
echo ""

0 comments on commit 0257d8d

Please sign in to comment.