整理文件脚本

This commit is contained in:
xxq250 2024-07-18 17:06:57 +08:00
parent 1951938afa
commit 3d742206d5
1 changed files with 2 additions and 0 deletions

View File

@ -18,4 +18,6 @@ fi
echo "开始搜索并替换文件夹中的字符串..."
find "$root_dir" -type f -exec sed -i "s/$search_string/$replace_string/g" {} +
cp -rf 00-docker-compose/forgeplus/* forgeplus/
echo "搜索并替换完成。"