miasm: added uninstall script

This commit is contained in:
Michael Rodler 2017-04-05 16:26:03 +02:00
parent 23942c318d
commit a635ff7f74

3
miasm/uninstall Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash -ex
ctf-tools-pip uninstall -y llvmlite elfesteem miasm || true