#!/bin/sh

set -o errexit

export GOPATH=$(pwd) GOCACHE=/tmp/go
go install -v github.com/mpolden/echoip/...@d84665c
