From ad862154223c5113a410d7d0736b2fde99772b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Tue, 18 Jun 2024 17:48:32 +0900 Subject: =?UTF-8?q?=E5=B0=8F=E3=81=95=E3=81=84=E3=83=AD=E3=82=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/logo/freebsd.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/logo/freebsd.h') 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 +}; -- cgit v1.2.3