pig_feed
This commit is contained in:
parent
f02e25c06b
commit
2507317999
7
rss/pig_feed
Normal file
7
rss/pig_feed
Normal 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
|
Loading…
Reference in New Issue
Block a user