#!/bin/bash -ex
[ -e honggfuzz ] || git clone --depth 1 https://github.com/google/honggfuzz
cd honggfuzz
make -j
mkdir -p ../bin
cp honggfuzz ../bin