ctf-tools/elfparser/install

8 lines
175 B
Text
Raw Normal View History

#!/bin/bash -ex
2015-12-17 23:19:17 +00:00
wget http://www.elfparser.com/release/elfparser_x86_64_1.4.0.deb
dpkg -x elfparser_x86_64_1.4.0.deb .
mkdir -p bin
mv usr/local/bin/elfparser bin/
rm -rf usr