View difference between Paste ID: 8KkFbeVn and 6V7e1vTY
SHOW: | | - or go back to the newest paste.
1
rednet.open("right")
2
while true do
3
   senderID, message, distance = rednet.receive()
4
   shell.run(message)
5
end