mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-14 06:52:36 +00:00
8 lines
111 B
Bash
8 lines
111 B
Bash
#!/bin/bash -e
|
|
|
|
git clone https://github.com/SpiderLabs/cribdrag
|
|
|
|
mkdir bin
|
|
cd bin
|
|
ln -s ../cribdrag/* .
|
|
cd ..
|