2016-02-18 15:33:31 +00:00
|
|
|
#!/bin/bash -e
|
|
|
|
|
2016-05-04 17:56:51 +00:00
|
|
|
#ctf-tools-pip install --upgrade 'git+https://github.com/binjitsu/binjitsu.git'
|
|
|
|
git clone --depth=1 'https://github.com/binjitsu/binjitsu.git'
|
|
|
|
ctf-tools-pip install --upgrade -e binjitsu
|