mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-19 16:22:08 +08:00
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/
|
|
|