From d69c7953e499bd4499d548e8532ee550a372de1f Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Mon, 2 Mar 2020 16:24:04 +0100 Subject: [PATCH] Run Datapoint emulator from start script. --- build/pdp10-ka/start | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/pdp10-ka/start b/build/pdp10-ka/start index c346fb52..9af8c549 100755 --- a/build/pdp10-ka/start +++ b/build/pdp10-ka/start @@ -38,6 +38,11 @@ type340() { cp build/pdp10-ka/run out/pdp10-ka/run } +datapoint() { + (sleep 2; tools/vt05/dp3300 -B telnet localhost 10020 >datapoint.log 2>&1) & + started "Datapoint" "$!" +} + help() { cat <