整理文件脚本
This commit is contained in:
parent
1951938afa
commit
3d742206d5
|
|
@ -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 "搜索并替换完成。"
|
||||
|
|
|
|||
Loading…
Reference in New Issue