mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
9 lines
158 B
Text
9 lines
158 B
Text
|
#!/bin/bash -ex
|
||
|
|
||
|
git clone --recursive https://github.com/pfalcon/ScratchABit
|
||
|
|
||
|
mkdir -p bin
|
||
|
cd bin
|
||
|
ln -s ../ScratchABit/ScratchABit.py ./scratchabit.py
|
||
|
cd ..
|