Files
rayhunter/make.sh
2024-01-31 22:00:25 -08:00

3 lines
180 B
Bash
Executable File

cargo build --release
adb push target/armv7-unknown-linux-gnueabihf/release/rayhunter /data/rayhunter/rayhunter
adb shell '/bin/rootshell -c "/etc/init.d/rayhunter_daemon restart"'