Subversion Repositories Kolibri OS

Rev

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[] = {"Shell %s\n\r"};
  6.  
  7. printf(message, SHELL_VERSION);
  8. return TRUE;
  9. }
  10.  
  11.