1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-05 02:54:55 +00:00

XXFILE - feed scripted input to a STY session.

This commit is contained in:
Adam Sampson
2018-05-04 19:35:20 +01:00
committed by Adam Sampson
parent fbcf82e6dd
commit 3466a46a29
2 changed files with 10 additions and 0 deletions

View File

@@ -726,3 +726,12 @@ respond "*" ":link sys3;ts movdir,sys3;ts balanc\r"
respond "*" ":midas sys3;ts scrmbl_ejs;scrmbl\r"
expect ":KILL"
respond "*" ":link sys3;ts unscr,sys3;ts scrmbl\r"
# XXFILE
respond "*" ":midas sysbin;xxfile bin_sysen1;xxfile\r"
expect ":KILL"
respond "*" ":job xxfile\r"
respond "*" ":load sysbin;xxfile bin\r"
respond "*" "ttyop1\033b\033g"
expect ":PDUMP SYS2;TS XXFILE"
type ":kill\r"

View File

@@ -198,3 +198,4 @@
- WL, SUDS wirelister.
- WUMPUS, Hunt the Wumpus game.
- X, Y, Z, remember DDT command and re-execute it.
- XXFILE, feed scripted input to a STY session.