#!/bin/csh -f # Compare the specified files or folders via DeltaWalker. # Quotes required in case filenames have spaces and come in with them # escaped with backslashes that get stripped off on the way in. # Note: Must be double quotes, not single. Otherwise $PWD is not # expanded. # Note: -vmargs -X... must be at very end of command line /Applications/DeltaWalker.app/Contents/MacOS/DeltaWalker -mi -nosplash "$1" "$2" -vmargs -Xmx1024M