• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2
3# Copy and remotely execute a binary on the panther 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="amd64" exec go_target_exec panther "$@"
11