blob: b332b590be7dea683c0d0ced8b134e9454ed0122 [file] [log] [blame]
#!/bin/bash
set -e
GOOS=linux GOARCH=arm GOARM=7 go build -o go-disruptor
adb push go-disruptor /data/local/tmp
adb shell "cd /data/local/tmp; chmod 755 go-disruptor; ./go-disruptor"