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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user