4 lines
104 B
Bash
Executable File
4 lines
104 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
find doc/source/ -name *svg | sed "s/\.svg$//" | xargs -I% cairosvg "%.svg" -o "%.png"
|