gorgone
5 years ago
No known key found for this signature in database
GPG Key ID: EBAAD350739A27E7
2 changed files with
2 additions and
2 deletions
-
s3
-
support/functions/_logos
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
VERSIONCOUNTER=310 |
|
|
|
SIMPLEVERSION="3.0 RC7" |
|
|
|
SIMPLEVERSION="Final" |
|
|
|
OIFS=$IFS |
|
|
|
export NCURSES_NO_UTF8_ACS=1 |
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ s3logo(){ |
|
|
|
echo -e $C" |
|
|
|
_________________ |
|
|
|
/ _____/\\_____ \\ =============== |
|
|
|
\_____ \\ _(__ < $w_l Version $SIMPLEVERSION$C |
|
|
|
\_____ \\ _(__ < $w_l Ver. $VERSIONCOUNTER$g_l $SIMPLEVERSION!$C |
|
|
|
/ \\ / \\ =============== |
|
|
|
/_______ //______ / $y_l by gorgone$p_l 2020$C |
|
|
|
\\/ \/ ===============\n$W"; |
|
|
|