mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
Update ASCII art logo
Signed-off-by: Drew DeVault <sir@cmpwn.com>
This commit is contained in:
parent
0823d20cac
commit
2ab9de5307
@ -6,20 +6,22 @@
|
|||||||
// SPDX-License-Identifier: LGPL-3.0-only
|
// SPDX-License-Identifier: LGPL-3.0-only
|
||||||
|
|
||||||
const char *ascii_logo =
|
const char *ascii_logo =
|
||||||
" _._ \n"
|
" \n"
|
||||||
" _.-``__ ''-._ \n"
|
" ## \n"
|
||||||
" _.-`` `. `_. ''-._ Redict %s (%s/%d) %s bit\n"
|
" ######## Redict %s (%s/%d) %s bit\n"
|
||||||
" .-`` .-```. ```\\/ _.,_ ''-._ \n"
|
" ################ \n"
|
||||||
" ( ' , .-` | `, ) Running in %s mode\n"
|
" ######################## Running in %s mode\n"
|
||||||
" |`-._`-...-` __...-.``-._|'` _.-'| Port: %d\n"
|
" ############################## Port: %d\n"
|
||||||
" | `-._ `._ / _.-' | PID: %ld\n"
|
" ################################: PID: %ld\n"
|
||||||
" `-._ `-._ `-./ _.-' _.-' \n"
|
" #############################::::: \n"
|
||||||
" |`-._`-._ `-.__.-' _.-'_.-'| \n"
|
" ##::::####################:::::::: \n"
|
||||||
" | `-._`-._ _.-'_.-' | https://redict.io \n"
|
" ##::::::::############:::::::::::: https://redict.io \n"
|
||||||
" `-._ `-._`-.__.-'_.-' _.-' \n"
|
" ##:::::::::::+####+::::::::::::::: \n"
|
||||||
" |`-._`-._ `-.__.-' _.-'_.-'| \n"
|
" ##:::::::::::::::::::::::::::::::: \n"
|
||||||
" | `-._`-._ _.-'_.-' | \n"
|
" ##:::::::::::::::::::::::::::::::: \n"
|
||||||
" `-._ `-._`-.__.-'_.-' _.-' \n"
|
" ##::::::::::::::::::::::::::::::### \n"
|
||||||
" `-._ `-.__.-' _.-' \n"
|
" ####::::::::::::::::::::::::#### \n"
|
||||||
" `-._ _.-' \n"
|
" #####:::::::::::::::::#### \n"
|
||||||
" `-.__.-' \n\n";
|
" ####::::::::::#### \n"
|
||||||
|
" ####::#### \n"
|
||||||
|
" #### \n\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user