From bd86b5e42bb078ba1b15ec47378840a632921bb6 Mon Sep 17 00:00:00 2001 From: Sawood Alam Date: Wed, 26 Sep 2018 17:26:45 -0400 Subject: [PATCH] Cleanup in the branch synchronizer script --- syncbranches.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syncbranches.sh b/syncbranches.sh index 317fd5b..7774da6 100755 --- a/syncbranches.sh +++ b/syncbranches.sh @@ -22,4 +22,6 @@ done git checkout master +rm -rf $tmpdir + echo "All Done!"