ctf-tools/shellnoob/install

9 lines
135 B
Text
Raw Normal View History

2015-05-07 19:01:40 +00:00
#!/bin/bash -e
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 ..