#! /bin/bash set -e cd data/stacks for X in *.yml; do echo $X siren c c $X > ../k8s/$X done