Advertisement
Guest User

startup

a guest
Oct 20th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. rednet.open("left")
  2. shell.run("delete pg")
  3. x,y,z = rednet.receive()
  4. file = fs.open("pg", "w")
  5. file.writeLine(y)
  6. file.close()
  7. print(y)
  8. shell.run("pg")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement