mirror of
https://github.com/golang/go
synced 2024-11-06 16:36:20 -07:00
9cb4963d18
LGTM=josharian, dan.kortschak R=golang-codereviews, josharian, dan.kortschak CC=golang-codereviews https://golang.org/cl/75080043
11 lines
210 B
Bash
Executable File
11 lines
210 B
Bash
Executable File
#!/bin/bash
|
|
|
|
eval $(go env)
|
|
|
|
export NACLENV_GOARCH=$GOARCH
|
|
export NACLENV_GOOS=$GOOS
|
|
export NACLENV_GOROOT=/go
|
|
export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
|
|
|
|
exec sel_ldr_x86_32 -l /dev/null -S -e "$@"
|