Advertisement
TheModerGuy

BigReactor Manager Wrapper

Jan 11th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. term.write("Wrapper 1.1")
  4. term.setCursorPos(1,2)
  5. term.write("Downloading 'rman'")
  6. if(fs.exists("rman")==true) then
  7.         shell.run("rm rman")
  8. end
  9. shell.run("pastebin get G9wX4DcE rman")
  10. shell.run("rman")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement