ctf-tools/hashpump/install

12 lines
152 B
Text
Raw Normal View History

2015-05-07 18:40:24 +00:00
#!/bin/bash -e
2015-05-07 11:02:00 +00:00
git clone https://github.com/bwall/HashPump.git
cd HashPump
make -j $(nproc)
cd ..
mkdir bin
cd bin
ln -s ../HashPump/hashpump .
cd ..