shell.run("update_reactor.lua")
while (true) do
	shell.run("reactorController.lua")
	sleep(2)
end
