testing version of LuaBIOS and OpenOS
people were having issues getting them to work so now we promote consistency
This commit is contained in:
5
data/OpenOS/bin/shutdown.lua
Normal file
5
data/OpenOS/bin/shutdown.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
local computer = require("computer")
|
||||
local tty = require("tty")
|
||||
|
||||
tty.clear()
|
||||
computer.shutdown()
|
||||
Reference in New Issue
Block a user