rednet.open("right")
while true do
senderID, message, distance = rednet.receive()
shell.run(message)
end