From: Chris Koeritz Date: Wed, 7 Sep 2016 00:06:31 +0000 (-0400) Subject: now with more dropping of the temp files into bitbucket rather than scattering them... X-Git-Tag: 2.140.90~470 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=6ceee57766ac799a57a50e6293901eb133894c79;p=feisty_meow.git now with more dropping of the temp files into bitbucket rather than scattering them around when script leaves. --- 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 +