ctf-tools/shellnoob/install

9 lines
136 B
Text
Raw Permalink Normal View History

#!/bin/bash -ex
2015-05-07 19:01:40 +00:00
git clone --depth 1 https://github.com/reyammer/shellnoob
2015-05-07 19:01:40 +00:00
mkdir -p bin
cd bin
ln -s ../shellnoob/shellnoob.py .
cd ..