#!/bin/sh

for file in "$(pig_pen)"/*; do
	pig_latin "$file" \
		| jq '.feed_url' \
		| xargs pig_stow &
done
