Skip to content

Commit

Permalink
Add command to copy test svgis to examples/
Browse files Browse the repository at this point in the history
  • Loading branch information
florianfesti committed May 11, 2024
1 parent d2422e4 commit 0db0cfb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/README.rst
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
Folder for autogenerated examples. Used as reference for tests.

Copy newly generated svg with

for i in $(ls -1 *.svg); do cp ../tests/data/$i . ; done

0 comments on commit 0db0cfb

Please sign in to comment.