1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-28 04:55:32 +00:00

Fix KS10 SIMH script for GT40.

This commit is contained in:
Lars Brinkhoff
2018-10-12 19:51:01 +02:00
parent 3b9d27ddc1
commit a1275e8ac8
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
gt40() {
trap kill_gt40 0
(sleep 3; tools/simh/BIN/pdp11 build/sims/gt40 >gt40.log 2>&1) &
(sleep 3; tools/simh/BIN/pdp11 build/simh/gt40 >gt40.log 2>&1) &
GT40="$!"
echo "GT40 started, pid $GT40"
}