Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.  
  2. void cmd_about()
  3. {
  4. printf("\n\rShell for KolibriOS\n\r");
  5. printf("  version %s\n\r", SHELL_VERSION);
  6. printf("\n\r  author: Oleksandr Bogomaz aka Albom");
  7. printf("\n\r  e-mail: albom85@yandex.ru");
  8. printf("\n\r    site: http://albom06.boom.ru/\n\r\n\r");
  9. }
  10.