mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-22 17:52:07 +08:00
364c65e7fc
old-commit-hash: a64b9aa9b8
8 lines
178 B
Bash
Executable File
8 lines
178 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
# moving continue into place runs the continue script
|
|
adb push files/continue.sh /tmp/continue.sh
|
|
adb shell mv /tmp/continue.sh /data/data/com.termux/files/
|
|
|