From 08155083055a46578f6c8463d9f08a8c1539df52 Mon Sep 17 00:00:00 2001 From: George Milescu Date: Fri, 6 Aug 2010 17:34:47 +0200 Subject: [PATCH] Movede all util scripts to Utils/ Signed-off-by: George Milescu --- ControlScripts/_bw_limit.old.sh => Utils/bw_limit.old.sh | 0 ControlScripts/_cssh_cluster.sh => Utils/cssh_cluster.sh | 0 .../cssh_cluster_containers.sh | 0 ControlScripts/_cssh_vm.sh => Utils/cssh_vm.sh | 0 ControlScripts/_grep_search.sh => Utils/grep_search.sh | 0 .../_retrieve_cluster_logs.sh => Utils/retrieve_cluster_logs.sh | 0 ControlScripts/_show_version.sh => Utils/show_version.sh | 0 ControlScripts/_sync_cluster.sh => Utils/sync_cluster.sh | 0 .../sync_cluster_containers.sh | 0 ControlScripts/_sync_kth.sh => Utils/sync_kth.sh | 0 .../sync_single_cluster_container.sh | 0 .../sync_single_cluster_container_scripts.sh | 0 .../_sync_swarm.cs.pub.ro.sh => Utils/sync_swarm.cs.pub.ro.sh | 0 ControlScripts/_sync_vm.sh => Utils/sync_vm.sh | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename ControlScripts/_bw_limit.old.sh => Utils/bw_limit.old.sh (100%) rename ControlScripts/_cssh_cluster.sh => Utils/cssh_cluster.sh (100%) rename ControlScripts/_cssh_cluster_containers.sh => Utils/cssh_cluster_containers.sh (100%) rename ControlScripts/_cssh_vm.sh => Utils/cssh_vm.sh (100%) rename ControlScripts/_grep_search.sh => Utils/grep_search.sh (100%) rename ControlScripts/_retrieve_cluster_logs.sh => Utils/retrieve_cluster_logs.sh (100%) rename ControlScripts/_show_version.sh => Utils/show_version.sh (100%) rename ControlScripts/_sync_cluster.sh => Utils/sync_cluster.sh (100%) rename ControlScripts/_sync_cluster_containers.sh => Utils/sync_cluster_containers.sh (100%) rename ControlScripts/_sync_kth.sh => Utils/sync_kth.sh (100%) rename ControlScripts/_sync_single_cluster_container.sh => Utils/sync_single_cluster_container.sh (100%) rename ControlScripts/_sync_single_cluster_container_scripts.sh => Utils/sync_single_cluster_container_scripts.sh (100%) rename ControlScripts/_sync_swarm.cs.pub.ro.sh => Utils/sync_swarm.cs.pub.ro.sh (100%) rename ControlScripts/_sync_vm.sh => Utils/sync_vm.sh (100%) diff --git a/ControlScripts/_bw_limit.old.sh b/Utils/bw_limit.old.sh similarity index 100% rename from ControlScripts/_bw_limit.old.sh rename to Utils/bw_limit.old.sh diff --git a/ControlScripts/_cssh_cluster.sh b/Utils/cssh_cluster.sh similarity index 100% rename from ControlScripts/_cssh_cluster.sh rename to Utils/cssh_cluster.sh diff --git a/ControlScripts/_cssh_cluster_containers.sh b/Utils/cssh_cluster_containers.sh similarity index 100% rename from ControlScripts/_cssh_cluster_containers.sh rename to Utils/cssh_cluster_containers.sh diff --git a/ControlScripts/_cssh_vm.sh b/Utils/cssh_vm.sh similarity index 100% rename from ControlScripts/_cssh_vm.sh rename to Utils/cssh_vm.sh diff --git a/ControlScripts/_grep_search.sh b/Utils/grep_search.sh similarity index 100% rename from ControlScripts/_grep_search.sh rename to Utils/grep_search.sh diff --git a/ControlScripts/_retrieve_cluster_logs.sh b/Utils/retrieve_cluster_logs.sh similarity index 100% rename from ControlScripts/_retrieve_cluster_logs.sh rename to Utils/retrieve_cluster_logs.sh diff --git a/ControlScripts/_show_version.sh b/Utils/show_version.sh similarity index 100% rename from ControlScripts/_show_version.sh rename to Utils/show_version.sh diff --git a/ControlScripts/_sync_cluster.sh b/Utils/sync_cluster.sh similarity index 100% rename from ControlScripts/_sync_cluster.sh rename to Utils/sync_cluster.sh diff --git a/ControlScripts/_sync_cluster_containers.sh b/Utils/sync_cluster_containers.sh similarity index 100% rename from ControlScripts/_sync_cluster_containers.sh rename to Utils/sync_cluster_containers.sh diff --git a/ControlScripts/_sync_kth.sh b/Utils/sync_kth.sh similarity index 100% rename from ControlScripts/_sync_kth.sh rename to Utils/sync_kth.sh diff --git a/ControlScripts/_sync_single_cluster_container.sh b/Utils/sync_single_cluster_container.sh similarity index 100% rename from ControlScripts/_sync_single_cluster_container.sh rename to Utils/sync_single_cluster_container.sh diff --git a/ControlScripts/_sync_single_cluster_container_scripts.sh b/Utils/sync_single_cluster_container_scripts.sh similarity index 100% rename from ControlScripts/_sync_single_cluster_container_scripts.sh rename to Utils/sync_single_cluster_container_scripts.sh diff --git a/ControlScripts/_sync_swarm.cs.pub.ro.sh b/Utils/sync_swarm.cs.pub.ro.sh similarity index 100% rename from ControlScripts/_sync_swarm.cs.pub.ro.sh rename to Utils/sync_swarm.cs.pub.ro.sh diff --git a/ControlScripts/_sync_vm.sh b/Utils/sync_vm.sh similarity index 100% rename from ControlScripts/_sync_vm.sh rename to Utils/sync_vm.sh -- 2.20.1