From 6ceee57766ac799a57a50e6293901eb133894c79 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 6 Sep 2016 20:06:31 -0400 Subject: [PATCH] now with more dropping of the temp files into bitbucket rather than scattering them around when script leaves. --- scripts/files/compare_dirs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/files/compare_dirs.sh b/scripts/files/compare_dirs.sh index 02571dba..4469b128 100644 --- a/scripts/files/compare_dirs.sh +++ b/scripts/files/compare_dirs.sh @@ -31,3 +31,5 @@ popd &>/dev/null diff "$out1".sort "$out2".sort +rm "$out1" "$out1".sort "$out2" "$out2".sort + -- 2.34.1