You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.sh
+10
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,16 @@ echo "language: $1" >> README.md
3
3
echo"title: $2">> README.md
4
4
echo"---">> README.md
5
5
echo"">> README.md
6
+
7
+
if [ "$1"="en" ];then
8
+
echo"## Get the E-Book">> README.md
9
+
echo"">> README.md
10
+
echo"Get the entire catalog now as a convenient e-book – your ultimate resource in one download! 📚✨ Follow [this link](https://java-design-patterns.com/book) to get started!">> README.md
11
+
echo"">> README.md
12
+
echo"## Read Online">> README.md
13
+
echo"">> README.md
14
+
fi
15
+
6
16
echo"<ul>">> README.md
7
17
fordirin*;do
8
18
if [ -d"$dir" ] && [ "$dir"!="localization" ];then
0 commit comments