ctf-tools/shellnoob/install

9 lines
125 B
Text
Raw Normal View History

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