1 Star 2 Fork 0

LibQQt应用程序开发组织/Multi-building Technology (PyAutoMake)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
uninstall.sh 219 Bytes
一键复制 编辑 原始数据 按行查看 历史
tianduanrui 提交于 2021-06-05 12:51 +08:00 . update *.sh
#!/usr/bin/env bash
#install path
mmpath=/usr/local/bin
uninstall () {
sudo rm -f ${mmpath}/${mmfile}
echo uninstall ${mmfile}
}
mmfile=pyautomake
uninstall
mmfile=pyautomake-gui
uninstall
echo uninstalled.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/drabel/PyAutoMake.git
git@gitee.com:drabel/PyAutoMake.git
drabel
PyAutoMake
Multi-building Technology (PyAutoMake)
master

搜索帮助