ctf-tools/scratchabit/install

9 lines
158 B
Text
Raw Normal View History

2017-04-23 16:04:40 +00:00
#!/bin/bash -ex
git clone --recursive https://github.com/pfalcon/ScratchABit
mkdir -p bin
cd bin
ln -s ../ScratchABit/ScratchABit.py ./scratchabit.py
cd ..