ctf-tools/hashpump-partialhash/install

12 lines
206 B
Text
Raw Permalink Normal View History

#!/bin/bash -ex
2015-05-08 05:14:51 +00:00
git clone --depth 1 https://github.com/mheistermann/HashPump-partialhash.git
2015-05-08 05:14:51 +00:00
cd HashPump-partialhash
make -j $(nproc)
cd ..
mkdir bin
cd bin
ln -s ../HashPump-partialhash/hashpump .
cd ..