mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-14 01:37:06 +00:00
7144e756e5
early on any error + anticipate that some tools can't be installed by now, but we still want the test to return success to satisfy travis-ci
9 lines
271 B
Bash
Executable file
9 lines
271 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
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
|