]> Git — Sourcephile - julm/podcasts.git/blob - download.sh
update
[julm/podcasts.git] / download.sh
1 #!/usr/bin/env bash
2 # shellcheck disable=SC2016
3 set -eux
4 cd "${0%/*}"
5 find new -depth -type f -name .feed -printf "%h\0" | sort -z -n |
6 exec xargs --no-run-if-empty -0 -P 0 -L 1 bash -c 'podl "$1" || true' {}
7 ./reencode.sh
8 ./copy-new.sh