#!/bin/sh echo Building the build tool... GOBIN="$(pwd)/util" GOPATH="$(pwd)/util/third_party:$(pwd)/util" go get -u github.com/Harvey-OS/ninep/cmd/ufs GOBIN="$(pwd)/util" GOPATH="$(pwd)/util/third_party:$(pwd)/util" go get harvey/cmd/... echo Downloading the blaze tool... curl -L http://sevki.co/get-build -o util/nuke chmod +x util/nuke # this will make booting a VM easier mkdir -p tmp cat <