diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-02-02 09:42:58 -0600 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-02-02 09:42:58 -0600 |
| commit | da9326a66bd534de38ab07dac96e8af051e94923 (patch) | |
| tree | 4fce93e7632176805f626c20ae926c2e914918b7 /qemu/ssh.sh | |
| parent | df90539b9e7ee75c206d5b77d4f1b94882d090c7 (diff) | |
| download | cachepc-da9326a66bd534de38ab07dac96e8af051e94923.tar.gz cachepc-da9326a66bd534de38ab07dac96e8af051e94923.zip | |
Add event batching and handling of instructions loads on page boundaries for CPC_TRACK_PAGES
Diffstat (limited to 'qemu/ssh.sh')
| -rwxr-xr-x | qemu/ssh.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu/ssh.sh b/qemu/ssh.sh new file mode 100755 index 0000000..f1f1a84 --- /dev/null +++ b/qemu/ssh.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +ssh -p 8000 test@localhost |
