ctf-tools/rappel/install

12 lines
132 B
Text
Raw Normal View History

2017-05-02 01:15:44 +00:00
#!/bin/bash -ex
git clone https://github.com/yrp604/rappel
cd rappel
make
cd ..
mkdir -p bin
cd bin
ln -s ../rappel/bin/* .
cd ..