initial commit with stuff from arise
Some checks are pending
Deploy Arise to html branch / Deploy Arise (push) Waiting to run
Some checks are pending
Deploy Arise to html branch / Deploy Arise (push) Waiting to run
This commit is contained in:
commit
0faf445b39
62 changed files with 3401 additions and 0 deletions
37
lib/functions/inline/arise_logo.sh
Normal file
37
lib/functions/inline/arise_logo.sh
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
#!/bin/bash
|
||||
#############
|
||||
# DESCRIPTION
|
||||
#############
|
||||
# Displays ASCII art of the Arise logo :)
|
||||
#
|
||||
#############
|
||||
# Usage:
|
||||
# arise_logo
|
||||
|
||||
arise_logo() {
|
||||
cat <<EOF
|
||||
=========================================================
|
||||
=========================================================
|
||||
|
||||
@@@
|
||||
@@#@ @####@@@ ##@ @@@#+@@@@@ @@@@@@@@@@
|
||||
@++@ @+++++++@ ++@ @+++++++@ @++++++++@
|
||||
@+++@ @++@@@*++@ ++@ @++++++++@ @+++++++@
|
||||
@@+*+@ @++@ @@+@ ++@ @++@#+@@@ @@@@@@@@@
|
||||
@++@+@ @++@ @++@ ++@ @++@#+@
|
||||
@++@@+@ @++@ @++@ ++@ @++@#+@@@ @@@@@@@@@
|
||||
@#+#@@+@ @++@ @++@ ++@ *+++++++@ @+++++++@
|
||||
@+++@@+@ @++@++@ ++@ @@+++++++ @+++++++@
|
||||
@++++@@+@ @@@@@++++@ ++@ @@#+@@++@ @@@@@@@@@
|
||||
@#+@@++@+@ @++++++#@ ++@ #+@@++@
|
||||
@++@ @+++@ @+@@@@++@ ++@ @@@#+@@++@ @@@@@@@@@@
|
||||
@++@ @+++@ @+@ @++@ ++@ @++++++++ @++++++++@
|
||||
@*+@@ @++@ @+@ @++@ ++@ ++++++++@ @++++++++@
|
||||
@@@@ @@@ @@@ @@@@ @@@ @@@@#+@@@ @@@@@@@@@@
|
||||
@@@
|
||||
|
||||
=========================================================
|
||||
=========================================================
|
||||
|
||||
EOF
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue