Skip to content

Commit

Permalink
Fine-tune ASCII art (valkey-io#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
PingXie authored Apr 1, 2024
1 parent 253fe9d commit bdd7314
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/asciilogo.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
*/

const char *ascii_logo =
" ___ ___ \n"
" ___ ___ \n"
" ( ) ( ) \n"
" ___ ___ .---. | | | | ___ .--. ___ ___ \n"
"( )( ) / .-, \\ | | | | ( ) / \\ ( )( ) Valkey %s (%s/%d) %s bit \n"
"( )( ) / .-, \\ | | | | ( ) / \\ ( )( ) Valkey %s (%s/%d) %s bit \n"
" | | | | (__) ; | | | | | ' / | .-. ; | | | | \n"
" | | | | .'` | | | | |,' / | | | | | | | | Running in %s mode \n"
" | | | | / .'| | | | | . '. | |/ | | ' | | Port: %d \n"
" | | | | | / | | | | | | `. \\ | ' _.' ' `-' | PID: %ld \n"
" ' ' ; ' ; | ; | | | | | \\ \\ | .'.-. `.__. | \n"
" \\ `' / ' `-' | | | | | \\ . ' `-' / ___ | | \n"
" '_.' `.__.'_. (___) (___ ) (___) `.__.' ( )' | https://valkey.io\n"
" ' ' ; ' ; | ; | | | | | \\ \\ | .'.-. `.__. | \n"
" \\ `' / ' `-' | | | | | \\ . ' `-' / ___ | | \n"
" \\__/ `.__.'_. (___) (___ ) (___) `.__.' ( )' | https://valkey.io\n"
" ; `-' ' \n"
" .__.' \n"
" \n"
Expand Down

0 comments on commit bdd7314

Please sign in to comment.