#!/bin/bash -ex git clone --depth 1 https://github.com/bwall/HashPump.git cd HashPump make -j $(nproc) cd .. ctf-tools-pip install --upgrade -e HashPump mkdir bin cd bin ln -s ../HashPump/hashpump . cd ..