ctf-tools/cribdrag/install

9 lines
121 B
Text
Raw Normal View History

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