mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-09 11:08:47 +00:00
5 lines
203 B
Bash
Executable file
5 lines
203 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
#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
|