Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- opens a connection to the rednet
- rednet.open("left")
- -- will wait 20 seconds then timeout
- id, message = rednet.receive(20)
- -- runs the selected software with args
- shell.run(message)
RAW Paste Data