1Some example invocations:
2
3Note how the asterisks are not expanded inside the shell because of the quotes
4
5out/Debug/skpdiff -p \
6                  "/usr/local/google/home/zachr/Downloads/gm/*_8888.png" \
7                  "/usr/local/google/home/zachr/Downloads/gm/*_gpu.png"
8
9
10out/Debug/skpdiff --differs different_pixels -f \
11                  "/usr/local/google/home/zachr/Downloads/diffs/baseline" \
12                  "/usr/local/google/home/zachr/Downloads/diffs/test"