ctf-tools/hashpump/install

12 lines
152 B
Text
Raw Normal View History

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