Removed machine-specific path.
diff --git a/example/run-arm.sh b/example/run-arm.sh
index dce3129..a20077f 100755
--- a/example/run-arm.sh
+++ b/example/run-arm.sh
@@ -1,8 +1,6 @@
 #!/bin/bash
 set -e
 
-export PATH="$PATH:~/Downloads/android/adt-bundle-mac-x86_64-20140321/sdk/platform-tools"
-
 case "$1" in
 	copy)
 		GOOS=linux GOARCH=arm GOARM=7 go build -o go-disruptor