1*760c253cSXin Li#!/bin/bash 2*760c253cSXin Li 3*760c253cSXin Li# Copy and remotely execute a binary on the marlin32 device. 4*760c253cSXin Li# 5*760c253cSXin Li# For this to work, the corresponding adb_marlin32 wrapper 6*760c253cSXin Li# must exist to tell adb the serial number of the device. 7*760c253cSXin Li 8*760c253cSXin LiGOOS="android" GOARCH="arm" exec go_target_exec marlin32 "$@" 9