Advertisement
craftyoyo

reactor launcher

Jul 26th, 2014
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. os.setComputerLabel("ReactorControl")
  2.  
  3. -- Remove any prior, possibly old, versions of "reactorcontrol"
  4. shell.run("rm", "reactorcontrol")
  5. -- Download http://pastebin.com/fguScPBQ and name "reactorcontrol"
  6. shell.run("pastebin", "get", "fguScPBQ", "reactorcontrol")
  7.  
  8. shell.run("reactorcontrol")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement