#!/usr/bin/env bash # shellcheck disable=SC2016 set -eux cd "${0%/*}" find new -depth -type f -name .feed -printf "%h\0" | sort -z -n | exec xargs --no-run-if-empty -0 -P 0 -L 1 bash -c 'podl "$1" || true' {} ./reencode.sh ./copy-new.sh