asteroidsteam

startup

Mar 27th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. if fs.exists("/startup") then
  2. disk.eject("left")
  3. disk.eject("right")
  4. disk.eject("front")
  5. disk.eject("back")
  6. disk.eject("top")
  7. disk.eject("bottom")
  8. os.reboot()
  9. end
  10. dofile("/disk/launch.lc")
Add Comment
Please, Sign In to add comment