fox32os/applications/sh/commands/shutdown.asm

8 lines
131 B
NASM
Raw Normal View History

2023-01-30 01:04:01 +01:00
; shutdown command
shell_shutdown_command_string: data.str "shutdown" data.8 0
shell_shutdown_command:
call poweroff
ret