mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-21 23:58:51 -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
|
||||
|
||||
const char *ascii_logo =
|
||||
" _._ \n"
|
||||
" _.-``__ ''-._ \n"
|
||||
" _.-`` `. `_. ''-._ Redict %s (%s/%d) %s bit\n"
|
||||
" .-`` .-```. ```\\/ _.,_ ''-._ \n"
|
||||
" ( ' , .-` | `, ) Running in %s mode\n"
|
||||
" |`-._`-...-` __...-.``-._|'` _.-'| Port: %d\n"
|
||||
" | `-._ `._ / _.-' | PID: %ld\n"
|
||||
" `-._ `-._ `-./ _.-' _.-' \n"
|
||||
" |`-._`-._ `-.__.-' _.-'_.-'| \n"
|
||||
" | `-._`-._ _.-'_.-' | https://redict.io \n"
|
||||
" `-._ `-._`-.__.-'_.-' _.-' \n"
|
||||
" |`-._`-._ `-.__.-' _.-'_.-'| \n"
|
||||
" | `-._`-._ _.-'_.-' | \n"
|
||||
" `-._ `-._`-.__.-'_.-' _.-' \n"
|
||||
" `-._ `-.__.-' _.-' \n"
|
||||
" `-._ _.-' \n"
|
||||
" `-.__.-' \n\n";
|
||||
" \n"
|
||||
" ## \n"
|
||||
" ######## Redict %s (%s/%d) %s bit\n"
|
||||
" ################ \n"
|
||||
" ######################## Running in %s mode\n"
|
||||
" ############################## Port: %d\n"
|
||||
" ################################: PID: %ld\n"
|
||||
" #############################::::: \n"
|
||||
" ##::::####################:::::::: \n"
|
||||
" ##::::::::############:::::::::::: https://redict.io \n"
|
||||
" ##:::::::::::+####+::::::::::::::: \n"
|
||||
" ##:::::::::::::::::::::::::::::::: \n"
|
||||
" ##:::::::::::::::::::::::::::::::: \n"
|
||||
" ##::::::::::::::::::::::::::::::### \n"
|
||||
" ####::::::::::::::::::::::::#### \n"
|
||||
" #####:::::::::::::::::#### \n"
|
||||
" ####::::::::::#### \n"
|
||||
" ####::#### \n"
|
||||
" #### \n\n";
|
||||
|
Loading…
Reference in New Issue
Block a user