I added two new options to the bash script: force and verbose.
Previously, the script printed an error if an output directory already existed. Now, -f
will tell the script to overwrite any existing output directories. This makes it easier to redo conversions when needed.
Previously, the script always printed out what it was doing plus any error messages. Now, it will only print error messages unless you provide the -v
option.