Capy64/Capy64/Assets/Lua/bin/shutdown.lua
Alessandro Proto ad2166831b Added paste event.
Added proper shell
Added shell commands
2023-01-15 16:44:42 +01:00

7 lines
No EOL
88 B
Lua

local timer = require("timer")
print("Goodbye!")
timer.sleep(1000)
os.shutdown(false)