You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1017 B

#!/bin/bash
ologo(){
echo -en "$w_h";
printf " %-s\n" " ___ ____ ___" " / _ \\/ ___| / __|__ _ _ __ ___" "| | | \\___ \\| | / _\` | '_ \` _ \ " "| |_| |___) | |_| (_| | | | | | |" " \\___/|____/ \\___\\__,_|_| |_| |_|" " ";
};
slogo(){
echo -en "$w_h";
printf " %-s\n" " _ _ _ " " ___| |_ _ __ ___ __ _ _ __ ___ | |__ ___ __ _ _ __ __| |" "/ __| __| '__/ _ \/ _\` | '_ \` _ \| '_ \ / _ \ / _\` | '__/ _\` |" "\__ \ |_| | | __/ (_| | | | | | | |_) | (_) | (_| | | | (_| |" "|___/\__|_| \___|\__,_|_| |_| |_|_.__/ \___/ \__,_|_| \__,_|" " ";
};
bye(){
clear;
s3logo;
exit;
};
s3logo(){
echo -e $C"
_________________
/ _____/\\_____ \\ ===============
\_____ \\ _(__ < $w_l Ver. $VERSIONCOUNTER$g_l $SIMPLEVERSION$C
/ \\ / \\ ===============
/_______ //______ / $y_l by gorgone$p_l 2020$C
\\/ \/ ===============\n$W";
};