mirror of
https://github.com/PDP-10/its.git
synced 2026-03-26 02:05:51 +00:00
8 lines
209 B
Tcl
8 lines
209 B
Tcl
#Enable the remote shutdown service.
|
|
midas "/t device;chaos shutdo" "sysnet;shutsr" {
|
|
respond "end input with ^C" "ALLOW==177001\r\003"
|
|
}
|
|
|
|
#Disable the DM gunner.
|
|
respond "*" ":delete sys;atsign gunner\r"
|