ctf-tools/hash-identifier/install
2016-05-12 22:32:15 -04:00

9 lines
270 B
Bash
Executable file

#!/bin/bash -e
wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/hash-identifier/Hash_ID_v1.1.py
chmod 755 Hash_ID_v1.1.py
fromdos Hash_ID_v1.1.py || dos2unix Hash_ID_v1.1.py
mkdir -p bin
cd bin
ln -s ../Hash_ID_v1.1.py ./hash_id.py