publist

managing my list of publications, talks, reviews
git clone https://a3nm.net/git/publist/
Log | Files | Refs | README | LICENSE

commit 32161cd1d7c5ef0fd08c84c0faa3c841432f3f5f
parent 86a3b136bdae2d22a4e62f0f3860f21dba821911
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed,  6 Jan 2021 11:30:11 +0100

colordiff

Diffstat:
make.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/make.sh b/make.sh @@ -31,7 +31,8 @@ echo "DIFF FROM OLD TO NEW:" for a in ${OUTFILES[@]} do - diff ./oldversion/$a $a + echo "== $a" + colordiff ./oldversion/$a $a || true done