Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- npm install svgexport -g
- sudo apt-get install libfontconfig
- files=$(ls -R */*.svg)
- IPS=' '
- while read -r line; do svgexport "$line" "$line".png png; done <<< ^Ciles
Advertisement
Add Comment
Please, Sign In to add comment