ctf-tools/cribdrag/install

9 lines
111 B
Text
Raw Normal View History

2015-05-07 11:02:00 +00:00
#!/bin/bash -e
git clone https://github.com/SpiderLabs/cribdrag
mkdir bin
cd bin
ln -s ../cribdrag/* .
cd ..