1
0

pig_latin

This commit is contained in:
dtb 2022-11-03 00:57:32 -04:00
parent caf635d96f
commit 1208b2cea6

6
rss/pig_latin Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
while str isvalue "$1"; do
xq '.feed.pig' <"$1"
shift
done