erythros/System/Shell/Commands/reboot.HC

5 lines
No EOL
84 B
HolyC

I64 @shell_cmd_reboot(@shell* sh, I64 argc, U8** argv)
{
Reboot;
return 0;
}