ctf-tools/honggfuzz/install
2016-04-04 17:31:30 -07:00

7 lines
149 B
Bash
Executable file

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