ctf-tools/shellnoob/install
2015-05-07 12:01:40 -07:00

8 lines
125 B
Bash
Executable file

#!/bin/bash -e
git clone https://github.com/reyammer/shellnoob
mkdir -p bin
cd bin
ln -s ../shellnoob/shellnoob.py .
cd ..