diff options
| -rwxr-xr-x | bin/g7p | 2 | ||||
| -rwxr-xr-x | bin/nup | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,3 +1,3 @@ #!/bin/sh adb forward tcp:8122 tcp:8022 -ssh ssh://u0_a185@localhost:8022 +ssh ssh://u0_a185@localhost:8122 @@ -1,5 +1,5 @@ -#!/bin/sh -e +#!/bin/sh -x cd ~/src/notes -sv save -m update || true +sv save -m Update sv pull sv push |
