ctf-tools/webgrep/install

8 lines
176 B
Text
Raw Permalink Normal View History

2022-02-27 07:40:53 +00:00
#!/bin/bash -ex
ctf-tools-pip3 install --upgrade 'git+https://github.com/dhondta/webgrep.git'
2022-03-01 09:26:29 +00:00
source ctf-tools-venv-activate3
mkdir -p bin
ln -s $VIRTUAL_ENV/bin/webgrep bin