1
0
This commit is contained in:
dtb 2022-11-03 01:36:26 -04:00
parent b0fa34b063
commit 7dcf8093ad
2 changed files with 2 additions and 5 deletions

View File

@ -1,12 +1,9 @@
#!/bin/sh #!/bin/sh
set -ex set -e
str isvalue "$pig_fetch" \
|| pig_fetch="$(command -v pig_fetch)"
while str isvalue "$1"; do while str isvalue "$1"; do
$pig_fetch "$1" | xq -x "$( pig_fetch "$1" | xq -x "$(
printf '. printf '.
* { feed: { pig: { * { feed: { pig: {
feed_url: "%b", feed_url: "%b",