From d082f802f4c4695a4374eaeadbc325832e94ccd2 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 13 Nov 2015 18:10:53 +0100 Subject: [PATCH] Move scripts to `scripts` folder --- {tools => scripts}/cherry_pick_to_tags.sh | 0 {tools => scripts}/cherry_pick_to_tags_internal.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {tools => scripts}/cherry_pick_to_tags.sh (100%) rename {tools => scripts}/cherry_pick_to_tags_internal.sh (100%) diff --git a/tools/cherry_pick_to_tags.sh b/scripts/cherry_pick_to_tags.sh similarity index 100% rename from tools/cherry_pick_to_tags.sh rename to scripts/cherry_pick_to_tags.sh diff --git a/tools/cherry_pick_to_tags_internal.sh b/scripts/cherry_pick_to_tags_internal.sh similarity index 100% rename from tools/cherry_pick_to_tags_internal.sh rename to scripts/cherry_pick_to_tags_internal.sh