diff options
| author | Julian Blake Kongslie | 2022-05-29 16:35:22 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-05-29 16:35:22 -0700 |
| commit | 08acaf69dddd69ae4dba9d25de9d3cd72b9bb260 (patch) | |
| tree | 2a48dc70b0b4365b18276fc20cd694c1ec5c9729 /tool/hconnect | |
| parent | Single-cycle bypass when there is no contention on memory arbiter. (diff) | |
| download | multipdp8-08acaf69dddd69ae4dba9d25de9d3cd72b9bb260.tar.xz | |
Move stty setup/teardown to separate script; add hconnect script.
Diffstat (limited to '')
| -rwxr-xr-x | tool/hconnect | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/hconnect b/tool/hconnect new file mode 100755 index 0000000..7c823c7 --- /dev/null +++ b/tool/hconnect | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | exec tool/withstty hcon /dev/ttyUSB0 | ||
