ctf-tools/hash-identifier/install

10 lines
271 B
Text
Raw Normal View History

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