Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions sudomy
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,32 @@ source sudomy.api
source slack.conf
source sudomy.conf

#### Command calling
LOGO="
.
..
: .:
:. *%@@%.
......=-::::::::::+@@@@@@%=:
.. *%@%@%%%@%%%%@@@@@*.
.. :-==+*#%@@@@@@=
: .*%@@%:
. .::-%#
. +%%@**-
*@@@@%*
%@@%@@%
=@@@%%@@:
%@%+:*@@=
=@%# #@*
=@%: -@@:
:%%#. #@+
::. :.
:::.. :.. "


#### Command calling
goBanner() {
echo -e ${RED}"${LOGO}"
echo -e ${RED}" ___ _${YELLOW} _ _ ${GREEN} ${RESET}"
echo -e ${RED}"/ __|_ _ __| ${YELLOW}(_)(_)${GREEN}_ __ _ _ ${RESET}"
echo -e ${RED}"\__ \ || / _ ${YELLOW}/ __ \ ${GREEN} ' \ || |${RESET}"
Expand Down