#!/bin/bash set -e rm -rf ghz_src && mkdir ghz_src && cd ghz_src git clone https://github.com/bojand/ghz . git checkout tags/v0.105.0 make build