#!/usr/bin/env bash mv $1 $1.go filename=$1.go shift GOCACHE=$PWD go run $filename "$@"