ctf-tools/cribdrag/setup.sh
2015-05-07 04:02:00 -07:00

8 lines
111 B
Bash

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