mirror of
https://github.com/PDP-10/its.git
synced 2026-01-13 15:27:28 +00:00
SYS: ATSIGN DEMSTR is started by ITS if it's assembled with DEMON enabled. DEMSTR in turn is responsible for starting other demons.
9 lines
213 B
Tcl
9 lines
213 B
Tcl
log_progress "ENTERING BUILD SCRIPT: DM"
|
|
|
|
# This build script is for programs particular to the
|
|
# Dynamic Modeling PDP-10.
|
|
|
|
# Demon starter.
|
|
respond "*" ":midas sys; atsign demstr_sysen2; demstr\r"
|
|
expect ":KILL"
|