ctf-tools/webgrep/install
2022-03-01 02:26:29 -07:00

7 lines
176 B
Bash
Executable file

#!/bin/bash -ex
ctf-tools-pip3 install --upgrade 'git+https://github.com/dhondta/webgrep.git'
source ctf-tools-venv-activate3
mkdir -p bin
ln -s $VIRTUAL_ENV/bin/webgrep bin