mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-13 04:02:18 -04:00
move dirs
This commit is contained in:
parent
0402a432cf
commit
9fac338a27
6 changed files with 1 additions and 0 deletions
6
gcloud/get_cloudsql_instances.sh
Normal file
6
gcloud/get_cloudsql_instances.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/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