diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-18 17:48:32 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-18 17:48:32 +0900 |
commit | ad862154223c5113a410d7d0736b2fde99772b1b (patch) | |
tree | 882d9fc73e065f83ff69c2c4a859ef187b2e9286 /src/logo/freebsd.h | |
parent | 6a98565d052608ea4f0d174d45497f5a4ffb63d2 (diff) |
小さいロゴ
Diffstat (limited to 'src/logo/freebsd.h')
-rw-r--r-- | src/logo/freebsd.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/logo/freebsd.h b/src/logo/freebsd.h index 5c983f3..12db9d3 100644 --- a/src/logo/freebsd.h +++ b/src/logo/freebsd.h @@ -25,3 +25,12 @@ RED " " RESET, RED " " RESET, RED " " RESET }; + +char *LOGO_SMALL[] = { +RED "/\\,-'''''-,/\\ " RESET, +RED "\\_) (_/ " RESET, +RED "| | " RESET, +RED "| | " RESET, +RED " ; ; " RESET, +RED " '-_____-' " RESET +}; |