Update ASCII art logo

Signed-off-by: Drew DeVault <sir@cmpwn.com>
This commit is contained in:
Drew DeVault 2024-03-23 11:06:32 +01:00
parent 0823d20cac
commit 2ab9de5307

View File

@ -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";