1#!/bin/bash
2
3# Copy and remotely execute a binary on the marlin device.
4#
5# For this to work, the corresponding adb_marlin wrapper
6# must exist to tell adb the serial number of the device.
7
8GOOS="android" GOARCH="arm64" exec go_target_exec marlin "$@"
9