go_x86-zgb_exec revision f637a050cc27b206824d7b1262d2aa9de0668bef
1#!/bin/bash
2
3# Copy and remotely execute a binary on the x86-zgb device.
4#
5# For this to work, the corresponding entry must exist in
6# ~/.ssh/config and the device must already be setup for
7# password-less authentication. See setup instructions at
8# http://go/chromeos-toolchain-team/go-toolchain
9
10GOOS="linux" GOARCH="386" exec go_target_exec x86-zgb "$@"
11