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 | eafa03750d655cfc1189519c6576ab0710f6d7bd (patch) | |
| tree | 25412cef8fe877994eb956b26d6a6cfbdbe2458a | |
| parent | bc43abee15ba8634fba1d279a3c8378111501960 (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 |
