1 Star 0 Fork 0

超哥 / templating

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
harderreset.sh 543 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
CWD="$( pwd )"
if ["$DN3BASEDIR" == ""]; then
DN3BASEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
fi
echo "$DN3BASEDIR"
for proj in `ls -1G $DN3BASEDIR/src`; do
for item in `ls -1G $DN3BASEDIR/src/$proj | egrep -e "^(bin|obj)$"`; do
rm -rf "$DN3BASEDIR/src/$proj/$item"
done
done
echo "Removing ~/.templateengine..."
rm -rf ~/.templateengine/dotnetcli-preview
rm -rf ~/.templateengine/endtoendtestharness
echo "Removing packages from cache..."
rm -rf ~/.nuget/packages/Microsoft.TemplateEngine.*
echo "Done"
1
https://gitee.com/yhc2020/templating.git
git@gitee.com:yhc2020/templating.git
yhc2020
templating
templating
rel/2.1.0-preview2

搜索帮助