kolibrios-gitea/programs/system/shell/cmd_ver.c

6 lines
61 B
C
Raw Normal View History

void cmd_ver()
{
printf (" %s\n\r", SHELL_VERSION);
}