forked from nakidai/mycfetch
1
0
Fork 0

Загрузить файлы в «/»

master
n8 2023-11-16 19:13:29 +03:00
parent c10ecbf1c9
commit 0027faa083
3 changed files with 10 additions and 3 deletions

View File

@ -34,3 +34,4 @@ List of arts
- `ios` - iOS logo - `ios` - iOS logo
- `alt` Alt Linux logo - `alt` Alt Linux logo
- `rammstein` - Rammstein logo - `rammstein` - Rammstein logo
- `hellosystem` - helloSystem logo

View File

@ -210,7 +210,13 @@ struct art_entry arts[] = {
"\e[0;30m|_ _\\ _|\e[0;37m", "\e[0;30m|_ _\\ _|\e[0;37m",
"\e[0;30m |____|\e[0;37m " "\e[0;30m |____|\e[0;37m "
} }
},
{ "hellosystem",
{
"\e[0;30m| | | ___\e[0;37m ",
"\e[0;30m|__ ____ | | / \\\e[0;37m ",
"\e[0;30m| | |___| /| /| / |\\/\e[0;37m",
"\e[0;30m| |/\\____/ |__/ |__/ \\__/ \e[0;37m "
}
} }
}; };

BIN
hiscfetch

Binary file not shown.