kolibrios/programs/system/shell/cmd_about.c

10 lines
267 B
C
Raw Normal View History

void cmd_about()
{
printf("\n\rShell for KolibriOS\n\r");
printf(" version %s\n\r", SHELL_VERSION);
printf("\n\r author: Oleksandr Bogomaz aka Albom");
printf("\n\r e-mail: albom85@yandex.ru");
printf("\n\r site: http://albom06.boom.ru/\n\r\n\r");
}