Shell script to run on ARM-based (android) hardware.
diff --git a/arm.sh b/arm.sh
new file mode 100755
index 0000000..d31492c
--- /dev/null
+++ b/arm.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+GOOS=linux GOARCH=arm GOARM=7 go build
+~/Downloads/android/adt-bundle-mac-x86_64-20140321/sdk/platform-tools/adb push go-disruptor /data/local/tmp
+~/Downloads/android/adt-bundle-mac-x86_64-20140321/sdk/platform-tools/adb shell "chmod 755 /data/local/tmp/go-disruptor"
+~/Downloads/android/adt-bundle-mac-x86_64-20140321/sdk/platform-tools/adb shell "/data/local/tmp/go-disruptor"