move dirs

This commit is contained in:
bt3 2018-06-17 21:54:40 -07:00
parent 0402a432cf
commit 9fac338a27
6 changed files with 1 additions and 0 deletions

View file

@ -1,6 +0,0 @@
#!/bin/bash
for x in $(gcloud projects list | tail -n +2 | awk '{ print $1}');
do
gcloud sql instances list --project $x
done