pig_latin
This commit is contained in:
parent
caf635d96f
commit
1208b2cea6
6
rss/pig_latin
Normal file
6
rss/pig_latin
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
while str isvalue "$1"; do
|
||||||
|
xq '.feed.pig' <"$1"
|
||||||
|
shift
|
||||||
|
done
|
Loading…
Reference in New Issue
Block a user