From c317a7e2229f868b0e72b01bfcf29cd8d7d00192 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Thu, 24 May 2018 08:28:13 -0600 Subject: [PATCH] Add shell script to compile hgr.go --- dumps/build_hgr.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 dumps/build_hgr.sh diff --git a/dumps/build_hgr.sh b/dumps/build_hgr.sh new file mode 100755 index 0000000..31c13f6 --- /dev/null +++ b/dumps/build_hgr.sh @@ -0,0 +1,5 @@ +#!/bin/sh +#Download for OSX from: +# https://golang.org/doc/install?download=go1.10.2.darwin-amd64.pkg#install +go build -o hgr +