diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-06-10 08:36:21 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-06-10 08:36:21 +0200 |
| commit | 371dc62b59b531303b067524497ad37763db2e8d (patch) | |
| tree | fed030f916a2559070c308905bae861219fc7c2d | |
| parent | 581ea31ab2a9f88b611080fe646d858c140ed7ca (diff) | |
update
| -rwxr-xr-x | bin/g5 | 3 | ||||
| -rwxr-xr-x | bin/note2 | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/sh +adb forward tcp:8022 tcp:8022 +ssh ssh://u0_a126@localhost:8022 diff --git a/bin/note2 b/bin/note2 new file mode 100755 index 0000000..e6d0142 --- /dev/null +++ b/bin/note2 @@ -0,0 +1,3 @@ +#!/bin/sh +adb forward tcp:8122 tcp:8022 +ssh ssh://u0_a79@localhost:8122 |
