ctf-tools/hashpump-partialhash/install

12 lines
205 B
Text
Raw Normal View History

2015-05-08 05:14:51 +00:00
#!/bin/bash -e
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 ..