#!/usr/bin/env zsh for p in $(git status|grep 'src\/'|sed -r 's/\s*(.+)$/\1/'); (echo "" && cat ${p}manifest.ttl.in) >> manifest.ttl.in