#!/usr/bin/env bash set -ex lint stuff=(${1}) if [[ ${#stuff[@]} -eq 0 ]] then stuff=( Biz.Cloud Biz.Dev Que.Prod Hero.Prod ) fi for thing in ${stuff[@]} do bild $thing done for thing in ${stuff[@]} do push $thing done