Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("...") -- replace dots with side your modem is on
- while true do
- local -, command = rednet.receive()
- shell.run(command)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement