mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 22:12:32 +00:00
9 lines
377 B
Bash
Executable file
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
|