forgot to commit openos
This commit is contained in:
4
data/openos/bin/reboot.lua
Normal file
4
data/openos/bin/reboot.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
local computer = require("computer")
|
||||
|
||||
io.write("Rebooting...")
|
||||
computer.shutdown(true)
|
||||
Reference in New Issue
Block a user