9 lines
121 B
Bash
Executable File
9 lines
121 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
|
|
pip uninstall mvntools --yes
|
|
rm -rf mvntools/build
|
|
|
|
pip uninstall mvndac --yes
|
|
rm -rf mvndac/build
|