1 Star 0 Fork 1

Guotong. / ncsdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
uninstall.sh 247 Bytes
一键复制 编辑 原始数据 按行查看 历史
Neal Smith 提交于 2017-10-09 16:55 . v1.09.00 release files
#! /bin/bash
if [ -f /opt/movidius/uninstall-ncsdk.sh ]; then
echo "running uninstall-ncsdk.sh"
/opt/movidius/uninstall-ncsdk.sh
else
echo "could not find uninstall-ncsdk.sh - nothing to uninstall"
fi
sudo rm -rf /opt/movidius/ncsdk
C++
1
https://gitee.com/GuotongC/ncsdk.git
git@gitee.com:GuotongC/ncsdk.git
GuotongC
ncsdk
ncsdk
master

搜索帮助