simultaneity, also fix
This commit is contained in:
parent
e5d92f1e09
commit
6f12aa0972
6
rss/pig_feed
Normal file → Executable file
6
rss/pig_feed
Normal file → Executable file
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
for file in $(ls $(pig_pen)); do
|
for file in "$(pig_pen)"/*; do
|
||||||
pig_latin "$(pig_pen)/$file" \
|
pig_latin "$file" \
|
||||||
| jq '.feed_url' \
|
| jq '.feed_url' \
|
||||||
| xargs pig_stow
|
| xargs pig_stow &
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user