From 9fac338a277e61f283aa23029d4d7e8ef52c84df Mon Sep 17 00:00:00 2001 From: bt3 Date: Sun, 17 Jun 2018 21:54:40 -0700 Subject: [PATCH] move dirs --- README.md | 1 + get_cloudsql_instances.sh => gcloud/get_cloudsql_instances.sh | 0 get_gae_apps.sh => gcloud/get_gae_apps.sh | 0 get_kube_clusters.sh => gcloud/get_kube_clusters.sh | 0 get_kube_master_ips.sh => gcloud/get_kube_master_ips.sh | 0 get_public_ips.sh => gcloud/get_public_ips.sh | 0 6 files changed, 1 insertion(+) rename get_cloudsql_instances.sh => gcloud/get_cloudsql_instances.sh (100%) rename get_gae_apps.sh => gcloud/get_gae_apps.sh (100%) rename get_kube_clusters.sh => gcloud/get_kube_clusters.sh (100%) rename get_kube_master_ips.sh => gcloud/get_kube_master_ips.sh (100%) rename get_public_ips.sh => gcloud/get_public_ips.sh (100%) diff --git a/README.md b/README.md index f6682ae..f1e5c8f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ * useful shell scripts. * useful config files and dotfiles. +* gcloud shell scripts. * ELK shell scripts. * data science quick scripts. * Chef useful commands. diff --git a/get_cloudsql_instances.sh b/gcloud/get_cloudsql_instances.sh similarity index 100% rename from get_cloudsql_instances.sh rename to gcloud/get_cloudsql_instances.sh diff --git a/get_gae_apps.sh b/gcloud/get_gae_apps.sh similarity index 100% rename from get_gae_apps.sh rename to gcloud/get_gae_apps.sh diff --git a/get_kube_clusters.sh b/gcloud/get_kube_clusters.sh similarity index 100% rename from get_kube_clusters.sh rename to gcloud/get_kube_clusters.sh diff --git a/get_kube_master_ips.sh b/gcloud/get_kube_master_ips.sh similarity index 100% rename from get_kube_master_ips.sh rename to gcloud/get_kube_master_ips.sh diff --git a/get_public_ips.sh b/gcloud/get_public_ips.sh similarity index 100% rename from get_public_ips.sh rename to gcloud/get_public_ips.sh