NAME
svg_validate - This script scans a directory full of
*.svg files and checks them to see if they have proper metadata. If
so, it copies them into a target directory and creates a png of it.
It also creates a list of PASS and FAIL for the different criteria.
SYNOPSIS
svg_validate [OPTIONS] subdir1[, subdir2...]
-V, --version Displays version info for the script
-h, --help This help screen
-D, --debug=N Reports debugging info (1=sparse, 3=tons)
-n, --noclobber Don't overwrite existing files
-t, --target_dir Specifies where files should be placed
--passfail Just generate the passfail file (still buggy)