mirror of
https://github.com/zardus/ctf-tools
synced 2025-01-05 17:28:49 +00:00
10 lines
125 B
Text
10 lines
125 B
Text
|
#!/bin/bash
|
||
|
|
||
|
ctf-tools-venv-activate
|
||
|
|
||
|
pip uninstall -y unicorn
|
||
|
|
||
|
pushd unicorn
|
||
|
PREFIX="$VIRTUAL_ENV" ./make.sh uninstall
|
||
|
popd
|