19 Star 2 Fork 14

src-openEuler/openresty-pcre

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0099-copy-dir.sh.patch 718 Bytes
一键复制 编辑 原始数据 按行查看 历史
fuchangjie 提交于 2020-12-14 10:50 . openresty-pcre package init
From 8d777d20ac3d82434c3f1cbd9cdee94c4de8f966 Mon Sep 17 00:00:00 2001
From: fu_changjie <fu_changjie@qq.com>
Date: Fri, 11 Dec 2020 10:28:08 +0800
Subject: [PATCH] copy-dir.sh
---
copy-dir.sh | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100755 copy-dir.sh
diff --git a/copy-dir.sh b/copy-dir.sh
new file mode 100755
index 0000000..b5520d5
--- /dev/null
+++ b/copy-dir.sh
@@ -0,0 +1,19 @@
+dirname=$(basename `pwd`)
+time=$(date +%s)
+
+cd ..
+
+if [[ -f 'asan' || -d 'asan' ]]; then
+ mv asan asan-${time}
+fi
+
+if [[ -f 'debug' || -d 'debug' ]]; then
+ mv debug debug-${time}
+fi
+
+cp -a ${dirname} asan
+cp -a ${dirname} debug
+
+mv asan debug ${dirname}
+
+cd -
--
2.27.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/openresty-pcre.git
git@gitee.com:src-openeuler/openresty-pcre.git
src-openeuler
openresty-pcre
openresty-pcre
master

搜索帮助