1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-26 12:12:12 +00:00

Added new program, UPTINI, to create .temp.;UPTIME DATA. A future

commit can run this program, create the file, and copy to bawden
directory rather than using a pre-built version.

Resolves #1471.
This commit is contained in:
Eric Swenson
2019-01-05 18:50:22 -08:00
parent e483d6e653
commit 2e240f7da5
3 changed files with 46 additions and 0 deletions

View File

@@ -1561,3 +1561,7 @@ expect ":KILL"
# TBMOFF
respond "*" ":midas sys; ts tbmoff_cstacy; tbmoff\r"
expect ":KILL"
# UPTINI
respond "*" ":midas ejs;ts uptini_uptini\r"
expect ":KILL"