mirror of
https://github.com/PDP-10/its.git
synced 2026-03-02 18:04:38 +00:00
Run Datapoint emulator from start script.
This commit is contained in:
@@ -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 <<EOF
|
||||
This start script takes several command line arguments:
|
||||
@@ -47,6 +52,7 @@ type340 - Enable the Type 340 display.
|
||||
gt40 - Start a GT40 emulator.
|
||||
tv11 - Start a TV-11 emulator.
|
||||
tvcon - Start a TV display.
|
||||
datapoint - Start a Datapoint 3300 emulator.
|
||||
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user