mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
8 lines
158 B
Bash
Executable file
8 lines
158 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
git clone --recursive https://github.com/pfalcon/ScratchABit
|
|
|
|
mkdir -p bin
|
|
cd bin
|
|
ln -s ../ScratchABit/ScratchABit.py ./scratchabit.py
|
|
cd ..
|