From f61c1a048bf7bb92332993d965df036e26006792 Mon Sep 17 00:00:00 2001 From: Todd Lyons Date: Mon, 21 Oct 2013 18:33:54 -0700 Subject: [PATCH] Move scripts to subdirectory --- .../delete_unlisted_branches.pl | 0 list_buildsystems.pl => scripts/list_buildsystems.pl | 0 rename_system.pl => scripts/rename_system.pl | 0 set_system_status.pl => scripts/set_system_status.pl | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename delete_unlisted_branches.pl => scripts/delete_unlisted_branches.pl (100%) rename list_buildsystems.pl => scripts/list_buildsystems.pl (100%) rename rename_system.pl => scripts/rename_system.pl (100%) rename set_system_status.pl => scripts/set_system_status.pl (100%) diff --git a/delete_unlisted_branches.pl b/scripts/delete_unlisted_branches.pl similarity index 100% rename from delete_unlisted_branches.pl rename to scripts/delete_unlisted_branches.pl diff --git a/list_buildsystems.pl b/scripts/list_buildsystems.pl similarity index 100% rename from list_buildsystems.pl rename to scripts/list_buildsystems.pl diff --git a/rename_system.pl b/scripts/rename_system.pl similarity index 100% rename from rename_system.pl rename to scripts/rename_system.pl diff --git a/set_system_status.pl b/scripts/set_system_status.pl similarity index 100% rename from set_system_status.pl rename to scripts/set_system_status.pl -- 2.30.2