From 0db0cfbef833b7bb285d8d2ac06d501524d1f002 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sat, 11 May 2024 19:58:10 +0200 Subject: [PATCH] Add command to copy test svgis to examples/ --- examples/README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/README.rst b/examples/README.rst index e4b08fc3..9ea835f1 100644 --- a/examples/README.rst +++ b/examples/README.rst @@ -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 +