ctf-tools/hash-identifier/install
2015-05-07 13:54:42 -07:00

9 lines
377 B
Bash
Executable file

#!/bin/bash -e
svn checkout http://hash-identifier.googlecode.com/svn/trunk/ hash-identifier-read-only
chmod 755 hash-identifier-read-only/Hash_ID_v1.1/Hash_ID.py
fromdos hash-identifier-read-only/Hash_ID_v1.1/Hash_ID.py || dos2unix hash-identifier-read-only/Hash_ID_v1.1/Hash_ID.py
mkdir -p bin
cd bin
ln -s ../hash-identifier-read-only/Hash_ID_v1.1/Hash_ID.py ./hash_id.py