CyborgSquirrel

slave

Dec 21st, 2018
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. rednet.open("left")
  2. while true do
  3.     local sender_id, message = rednet.receive("command")
  4.     shell.run(message)
  5. end
Add Comment
Please, Sign In to add comment