rednet.open("left")
while 1 do
	print("Enter r,l,f,b,u,d,df,du,dd")
	inst = io.read()
	rednet.broadcast(inst)
end

