ctf-tools/cribdrag/install

8 lines
121 B
Bash
Executable file

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