File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ cd ../patterns
15
15
rm -rf etc .circleci .github .mvn checkstyle-suppressions.xml CONTRIBUTING.MD LICENSE.md license-plugin-header-style.xml mvnw mvnw.cmd pom.xml PULL_REQUEST_TEMPLATE.md .all-contributorsrc .gitignore gpl-3.0.txt layers.log lgpl-3.0.txt lombok.config service-layer.log
16
16
find . -maxdepth 2 -type d -exec bash -c ' cd "{}" && pwd && rm -rf src pom.xml *.ucls *.puml .gitignore' \;
17
17
18
- rm -v index.md README.md
18
+ rm -v README.md
19
19
echo " <ChildTableOfContents />" > README.md
20
20
21
21
# Setup java-design-patterns - Chinese
22
22
cd localization/zh
23
23
mkdir ../../../zh/patterns
24
24
cp -vrf * ../../../zh/patterns
25
25
cd ../../../zh/patterns
26
- rm -v index.md README.md
26
+ rm -v README.md
27
27
echo " <ChildTableOfContents />" > README.md
28
28
29
29
cd ../..
You can’t perform that action at this time.
0 commit comments