neonucleus/data/OpenOS/bin/reboot.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

4 lines
86 B
Lua

local computer = require("computer")
io.write("Rebooting...")
computer.shutdown(true)