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

n8 2023-11-16 19:34:35 +03:00
parent cde1cdf5d6
commit e3b5e72581
2 changed files with 11 additions and 2 deletions

View File

@ -35,3 +35,4 @@ List of arts
- `alt` Alt Linux logo - `alt` Alt Linux logo
- `rammstein` - Rammstein logo - `rammstein` - Rammstein logo
- `hellosystem` - helloSystem logo - `hellosystem` - helloSystem logo
- `phone` - Phone icon

View File

@ -218,5 +218,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 "
} }
},
{ "phone",
{
" /‾‾/",
"| | ",
"| | ",
" \\__\\"
}
} }
}; };