20 Star 160 Fork 60

简静凡/dt-read

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
function.sh 329 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
#将一个目录下的一些文件移动到另一个目录下
if [ $# -lt 1 ]
then echo 'please input dev or build'
exit
fi
mkdir -p ./dist/$1/mp-weixin/cloudfunctions
cp -R `find ./cloudfunctions -type d -path ./cloudfunctions/\*/node_modules -prune -o -print | sed 1d ` ./dist/$1/mp-weixin/cloudfunctions
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wtto00/dt-read.git
git@gitee.com:wtto00/dt-read.git
wtto00
dt-read
dt-read
master

搜索帮助