aboutsummaryrefslogtreecommitdiff
path: root/tools/diff-zip.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-07-17Fix diff-zip.sh so it works on Darwin.John MacFarlane1-1/+8
BSD find is slightly different and doesn't have -regextype option.
2019-07-12Update diff-zip to support windows (#5641)Agustín Martín Barbero1-3/+3
Trying to use this script on windows (git-bash) gave several errors: - *mktemp* complained about missing XXXs in the template (fixed by adding XXX) - *find* didn't understand the -E switch (fixed by using the equivalent arguments) - *terminal codes* were not being recognized by the console (-e added to echo)
2019-07-10Improve diff-docx.sh -> diff-zip.sh.John MacFarlane1-0/+26
It now can be used on odts, docx, or epubs.