1
0
This commit is contained in:
dtb 2022-11-03 01:12:26 -04:00
parent f02e25c06b
commit 2507317999

7
rss/pig_feed Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
for file in $(ls $(pig_pen)); do
pig_latin "$(pig_pen)/$file" \
| jq '.feed_url' \
| xargs pig_stow
done