mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-04 18:29:26 +00:00
7 lines
176 B
Bash
Executable file
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
|