ctf-tools/unicorn/uninstall

10 lines
125 B
Text
Raw Normal View History

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