Advertisement
pepeknamornik

closeApp Api

Jul 7th, 2019
2,062
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. local data = fs.open ("/C/system/RAM/displayreboot", "w")
  2. data.close ()
  3. term.setBackgroundColor(colors.black)
  4. term.clear()
  5. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement