blob: 0c3779385a0ba837349381d2dccc0b37ccad4e34 (
plain)
1
2
3
4
5
6
7
|
shell:
adb wait-for-device && adb shell
reboot:
adb reboot && adb wait-for-device && adb shell
push:
adb push storage/sdcard1/Linux/jessie.sh /storage/sdcard1/Linux
adb push data/local/debroid.sh /data/local
|