Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-17 | Fix diff-zip.sh so it works on Darwin. | John MacFarlane | 1 | -1/+8 | |
BSD find is slightly different and doesn't have -regextype option. | |||||
2019-07-12 | Update diff-zip to support windows (#5641) | Agustín Martín Barbero | 1 | -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-10 | Improve diff-docx.sh -> diff-zip.sh. | John MacFarlane | 1 | -0/+26 | |
It now can be used on odts, docx, or epubs. |