#!/usr/bin/env bash



# Upload the binary
adb push libs/armeabi-v7a/minitouch /data/local/tmp/

# Run!
adb shell /data/local/tmp/minitouch "$@"
