ctf-tools/hash-identifier/install

10 lines
271 B
Text
Raw Normal View History

#!/bin/bash -ex
2015-05-07 20:54:42 +00:00
2016-05-13 02:32:15 +00:00
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
2015-05-07 20:54:42 +00:00
mkdir -p bin
cd bin
2016-05-13 02:32:15 +00:00
ln -s ../Hash_ID_v1.1.py ./hash_id.py