ctf-tools/binwalk/install

8 lines
158 B
Text
Raw Normal View History

2015-05-08 02:50:13 +00:00
#!/bin/bash -e
git clone --depth 1 https://github.com/devttys0/binwalk.git
ctf-tools-pip install -e binwalk
2015-05-08 02:50:13 +00:00
mkdir -p bin
ln -s $VIRTUAL_ENV/bin/binwalk bin