Subversion Repositories Kolibri OS

Rev

Rev 1668 | Rev 3268 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  
  2. int cmd_about(char param[])
  3. {
  4.  
  5. char message[] = {
  6. "\
  7. \n\r\
  8. Shell %s\n\r\n\r\
  9. "};
  10.  
  11. printf(message, SHELL_VERSION);
  12. return TRUE;
  13. }
  14.