mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-14 15:02:33 +00:00
9 lines
111 B
Text
9 lines
111 B
Text
|
#!/bin/bash -e
|
||
|
|
||
|
git clone https://github.com/SpiderLabs/cribdrag
|
||
|
|
||
|
mkdir bin
|
||
|
cd bin
|
||
|
ln -s ../cribdrag/* .
|
||
|
cd ..
|