add scripts from old box

This commit is contained in:
Mia von Steinkirch 2019-02-20 11:37:28 -08:00
parent b05e40158b
commit df6379f72d
11 changed files with 471 additions and 6 deletions

View 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