# .temp_opt	 set CIS options for auto-scripts.
capture "off"
waitfor " !"
transmit "opt;2;3;3;N;5^M"	# command mode ; never-stop ; choice 5
waitfor "prompt: "
transmit "\^H^M"		# set prompt to Ctrl-H
waitfor "choice !^H"
transmit "T^MS^M"		# [T]op ; [S]ession
capture "on"
