File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,17 @@ to-word:
29
29
30
30
mkdir -p book
31
31
32
- cat chs/1.*/readme.md chs/1.*/?.*.md > book/ch1-tmp.md
32
+ cp -r chs/2.*/images book/
33
+
34
+ cat chs/1.*/readme.md > book/ch1-tmp.md
33
35
cat chs/2.*/readme.md chs/2.*/?.*.md > book/ch2-tmp.md
34
36
cat chs/3.*/readme.md chs/3.*/?.*.md > book/ch3-tmp.md
35
37
cat chs/4.*/readme.md chs/4.*/?.*.md > book/ch4-tmp.md
36
38
cat chs/5.*/readme.md chs/5.*/?.*.md > book/ch5-tmp.md
37
39
cat chs/6.*/readme.md chs/6.*/?.*.md > book/ch6-tmp.md
38
40
cat chs/7.*/readme.md chs/7.*/?.*.md > book/ch7-tmp.md
39
41
cat chs/8.*/readme.md chs/8.*/?.*.md > book/ch8-tmp.md
40
- cat chs/9.*/readme.md chs/9.*/?. *.md > book/ch9-tmp.md
42
+ cat chs/9.*/readme.md chs/9.*/?- *.md > book/ch9-tmp.md
41
43
42
44
cat book/ch*-tmp.md > book/doc-chx-tmp.md
43
45
You can’t perform that action at this time.
0 commit comments