mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
miasm: added uninstall script
This commit is contained in:
parent
23942c318d
commit
a635ff7f74
1 changed files with 3 additions and 0 deletions
3
miasm/uninstall
Executable file
3
miasm/uninstall
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
ctf-tools-pip uninstall -y llvmlite elfesteem miasm || true
|
Loading…
Reference in a new issue