ctf-tools/scratchabit/install
2017-04-24 02:04:40 +10:00

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 ..