Skip to content

Commit

Permalink
Merge pull request #1 from Metadrop/rsanzante-patch-1
Browse files Browse the repository at this point in the history
Leave "Aljibe" in the main logo and add "by Metadrop" to give more im…
  • Loading branch information
rsanzante authored Sep 23, 2024
2 parents 2fbdcd0 + 0257d8d commit ac29a8e
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 ac29a8e

Please sign in to comment.