View difference between Paste ID: 8WYtEM6w and BReNQ59K
SHOW: | | - or go back to the newest paste.
1
local args={...}
2
rednet.open("top")
3
4
code=args[1]
5
name=args[2]
6
idStart=args[3]-0
7
idStop=args[4]-0
8
9
for i=idStart,idStop,1 do
10
    rednet.send(i,"install "..code.." "..name)
11
end