Files
erythros/System/Shell/Commands/poweroff.HC
2025-03-25 07:34:41 -04:00

5 lines
97 B
HolyC

I64 @shell_cmd_poweroff(@shell* sh, I64 argc, U8** argv)
{
System.PowerOff();
return 0;
}