wiki:waue/2011/1115
close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Version 1 (modified by waue, 13 years ago) (diff)

--

svg_p=$(find ./ -name "*.svg"); for i in $svg_p; do inkscape $i --export-png=$(echo $i | sed -e 's/svg$/png/') ;done