file = fs.open("programs/stop", "r")
stop = file.readAll()
file.close()
rednet.send(id, stop)