mirror of
https://github.com/PDP-10/its.git
synced 2026-03-24 09:30:29 +00:00
8 lines
229 B
Tcl
8 lines
229 B
Tcl
#Enable the remote shutdown service.
|
|
respond "*" ":midas /t device;chaos shutdo_sysnet;shutsr\r"
|
|
respond "end input with ^C" "ALLOW==177001\r\003"
|
|
expect ":KILL"
|
|
|
|
#Disable the DM gunner.
|
|
respond "*" ":delete sys;atsign gunner\r"
|