Skip to content

Commit

Permalink
style: change logo (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStocks authored Aug 28, 2024
2 parents 54b2dcd + 27c8f0a commit 19b4c96
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ cmake-build-release-release/
build/
build-debug/
build-release/
CMakeFiles/
CMakeCache.txt

# Precompiled Headers
*.gch
Expand Down
3 changes: 3 additions & 0 deletions etc/script/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ function build() {
PREFIX="${PREFIX}-debug"
fi

mkdir -p ${PREFIX}
cp CMakeLists.txt ${PREFIX}/

cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${CMAKE_FLAGS} -S . -B ${PREFIX}
cmake --build ${PREFIX} -- ${MAKE_FLAGS} -j ${CPU_CORE}

Expand Down
14 changes: 7 additions & 7 deletions src/kiwi_logo.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
#pragma once

const char* kiwiLogo =
" _ __ _ _ \n"
" | |/ / (_) (_)\n"
" | ' / _ __ __ _ \n"
" | < | | \\ \\ /\\ / / | |\n"
" | . \\ | | \\ V V / | |\n"
" |_|\\_\\ |_| \\_/\\_/ |_|\n"
"\n _ _ __ _ \n"
" ( )( ) / )( ) _ _ \n"
" _ _ _ __ _ _ ___ _ _ ______ _| || |_ /' /' | |/') (_) _ _ _ (_) \n"
" /'_` )( '__)/'_` )/' _ `\ /'_` )(______)/'_` || '_`\ /' /' | , < | |( ) ( ) ( )| | \n"
" ( (_| || | ( (_| || ( ) |( (_| | ( (_| || |_) ) /' /' | |\`\ | || \_/ \_/ || | \n"
" `\__,_)(_) `\__,_)(_) (_)`\__,_) `\__,_)(_,__/'(_/' (_) (_)(_)`\___x___/'(_) \n"
"Kiwi(%s) %d bits \n"
"Port: %d\n"
"https://github.com/arana-db/kiwi\n";
"Github: https://github.com/arana-db/kiwi\n\n\n";

0 comments on commit 19b4c96

Please sign in to comment.