LogSource/lib/functions/inline/arise_logo.sh

38 lines
1.4 KiB
Bash
Raw Normal View History

2025-09-01 18:57:24 -03:00
#!/bin/bash
#############
# DESCRIPTION
#############
# Displays ASCII art of the Arise logo :)
#
#############
# Usage:
# arise_logo
arise_logo() {
cat <<EOF
=========================================================
=========================================================
@@@
@@#@ @####@@@ ##@ @@@#+@@@@@ @@@@@@@@@@
@++@ @+++++++@ ++@ @+++++++@ @++++++++@
@+++@ @++@@@*++@ ++@ @++++++++@ @+++++++@
@@+*+@ @++@ @@+@ ++@ @++@#+@@@ @@@@@@@@@
@++@+@ @++@ @++@ ++@ @++@#+@
@++@@+@ @++@ @++@ ++@ @++@#+@@@ @@@@@@@@@
@#+#@@+@ @++@ @++@ ++@ *+++++++@ @+++++++@
@+++@@+@ @++@++@ ++@ @@+++++++ @+++++++@
@++++@@+@ @@@@@++++@ ++@ @@#+@@++@ @@@@@@@@@
@#+@@++@+@ @++++++#@ ++@ #+@@++@
@++@ @+++@ @+@@@@++@ ++@ @@@#+@@++@ @@@@@@@@@@
@++@ @+++@ @+@ @++@ ++@ @++++++++ @++++++++@
@*+@@ @++@ @+@ @++@ ++@ ++++++++@ @++++++++@
@@@@ @@@ @@@ @@@@ @@@ @@@@#+@@@ @@@@@@@@@@
@@@
=========================================================
=========================================================
EOF
}