mirror of
https://github.com/google/adb-sync.git
synced 2026-01-03 01:48:02 +00:00
* Consistent names, typo * adb shell -n: don't read from stdin
This commit is contained in:
committed by
divVerent
parent
fd6a98cfba
commit
491158ff46
@@ -16,7 +16,7 @@ atexit() {
|
||||
trap atexit EXIT
|
||||
trap 'exit 0' HUP INT ALRM TERM
|
||||
|
||||
[ -z "${activity}" ] || adb shell am start -W ${activity}
|
||||
[ -z "${activity}" ] || adb shell -n am start -W ${activity}
|
||||
[ -z "${delay}" ] || sleep "${delay}"
|
||||
adb forward localfilesystem:"${t}/sock" "${remote}"
|
||||
socat stdio unix:"${t}/sock"
|
||||
|
||||
Reference in New Issue
Block a user