s = peripheral.wrap("front")
while true do
sleep(15)
turtle.suck()
turtle.turnRight()
turtle.drop()
turtle.suck()
turtle.turnLeft()
turtle.drop()
end
