Skip to content

Instantly share code, notes, and snippets.

@starzonmyarmz
Created September 10, 2012 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save starzonmyarmz/3691370 to your computer and use it in GitHub Desktop.
Save starzonmyarmz/3691370 to your computer and use it in GitHub Desktop.
Run Scour on SVG files
# Run Scour on a SVG file (using http://codedread.com/scour)
function scour() {
~/Projects/scour/scour.py --enable-comment-stripping --quiet --remove-metadata -i "$1" -o "$2"
}
@starzonmyarmz
Copy link
Author

Use like so:

$ scour input.svg output.svg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment