ctf-tools/elfkickers/install

8 lines
124 B
Text
Raw Normal View History

2015-05-15 23:18:27 +00:00
#!/bin/bash -e
git clone --depth 1 https://github.com/BR903/ELFkickers
2015-05-15 23:18:27 +00:00
cd ELFkickers
make -j
cd ..
mv ELFkickers/bin ./bin