mirror of
https://github.com/PDP-10/its.git
synced 2026-01-14 15:45:47 +00:00
17 lines
378 B
Tcl
17 lines
378 B
Tcl
log_progress "ENTERING BUILD SCRIPT: TYPESET"
|
|
|
|
respond "*" ":bolio;bolio moon;amber\r"
|
|
respond "NIL" "(quit)"
|
|
expect ":KILL"
|
|
|
|
# DDT Reference Manual by Eric Osman.
|
|
respond "*" ":otj6\r"
|
|
respond "_" "hur;ddtmem\r"
|
|
respond "_" "\032"
|
|
type ":kill\r"
|
|
|
|
# LISP Machine Progress Report, by Alan Bawden et al.
|
|
respond "*" ":tj6\r"
|
|
respond "_" "lmdoc;paper_lmdoc;paper\r"
|
|
expect ":KILL"
|