Advertisement
ecco7777

Autoupdater

Jan 17th, 2016
615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. os.pullEvent=os.pullEventRaw
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. term.write("eccOs 1.5")
  5. term.setCursorPos(1,2)
  6. term.write("> _")
  7. sleep(600)
  8. shell.run("delete startup")
  9. shell.run("pastebin get A6cNZK8a startup")
  10. shell.run("startup")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement