ctf-tools/unicorn/uninstall

9 lines
125 B
Bash
Executable file

#!/bin/bash
ctf-tools-venv-activate
pip uninstall -y unicorn
pushd unicorn
PREFIX="$VIRTUAL_ENV" ./make.sh uninstall
popd