diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-06-10 22:37:57 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-06-10 22:37:57 +0200 |
| commit | 3863a629e2c2360ce79d83d007b69a62ce9445cd (patch) | |
| tree | eaf729def3cfed772246506fe9ce7a92e9e1bf46 | |
| parent | 1eaeadf7c8cdf74f1d8edf6e892e408f4d98662d (diff) | |
| parent | eafa03750d655cfc1189519c6576ab0710f6d7bd (diff) | |
Merge branch 'master' of bip.im:dotfiles
| -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 |
