ctf-tools/keystone/uninstall
2017-04-05 12:48:43 +02:00

4 lines
106 B
Bash
Executable file

#!/bin/bash -ex
ctf-tools-pip uninstall -y keystone || true
ctf-tools-pip3 uninstall -y keystone || true