#!/usr/bin/env bash for vm in $(gcloud-list-instances); do gcloud compute instances stop $vm; done