mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-06-29 08:57:08 -04:00
add scripts from old box
This commit is contained in:
parent
b05e40158b
commit
df6379f72d
11 changed files with 471 additions and 6 deletions
7
gcloud/get_cloudsql_instances.sh
Executable file
7
gcloud/get_cloudsql_instances.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
for x in $(gcloud projects list | tail -n +2 | awk '{ print $1}');
|
||||
do
|
||||
gcloud sql instances list --project $x
|
||||
done
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue