neonucleus/data/OpenOS/bin/shutdown.lua
IonutParau 687cfebd00 testing version of LuaBIOS and OpenOS
people were having issues getting them to work so now we promote consistency
2025-06-28 20:41:49 +02:00

5 lines
96 B
Lua

local computer = require("computer")
local tty = require("tty")
tty.clear()
computer.shutdown()