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