forked from KolibriOS/kolibrios
6 lines
61 B
C
6 lines
61 B
C
|
|
||
|
void cmd_ver()
|
||
|
{
|
||
|
printf (" %s\n\r", SHELL_VERSION);
|
||
|
}
|