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