#!/bin/bash set -euo pipefail icktool show /projects | jq -r '.projects[].project' | grep -v dummy- | tr '\n' '\0' | xargs -0 icktool trigger