A simple Orion script such as the bottom takes way, way, too long to run. I have a few hundred devices to update the banner on, and the "wait for next prompt before moving on" feature isn't helping. Cirrus is waiting 60 seconds before each line increment. Is there any way to disable this? At this rate my script won't be finished running for weeks.
${EnterConfigMode}
banner exec %
This is a protected device,
etc,
line 3,
line 4,
%
banner motd %
You shouldn't be here!
Line 2
Line 3
Line 4
%
${ExitConfigMode}
${SaveRunningConfig}