Skip to content

Commit e23d7fc

Browse files
committed
simplified at the maximum the command to copy images
1 parent 897ea54 commit e23d7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Do the following only once:
3636

3737
----
3838
$ mkdir images/
39-
$ find book/*/images/ -exec cp '{}' images/ \;
39+
$ cp book/*/images/* images/
4040
----
4141

4242
Then you can build the book.

0 commit comments

Comments
 (0)