ctf-tools/cribdrag/install
2015-05-07 11:54:16 -07:00

8 lines
111 B
Bash
Executable file

#!/bin/bash -e
git clone https://github.com/SpiderLabs/cribdrag
mkdir bin
cd bin
ln -s ../cribdrag/* .
cd ..