kolibrios/programs/system/shell/cmd/cmd_reboot.c

7 lines
72 B
C
Raw Normal View History

int cmd_reboot(char param[])
{
kol_system_end(3);
return TRUE;
}