We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6315313 commit c2a4172Copy full SHA for c2a4172
dash-to-dash.sh
@@ -1,2 +1,2 @@
1
curl -s http://sanfrancisco.kapeli.com/feeds/zzz/user_contributed/build/index.json 2>/dev/null |
2
- jq '.docsets | to_entries[] |{name: .value.name , archive: ["http://newyork.kapeli.com/feeds/zzz/user_contributed/build/" , .key, "/", .value.archive] | join("")}'
+ jq '[.docsets | to_entries[] |{name: .value.name , archive: ["http://newyork.kapeli.com/feeds/zzz/user_contributed/build/" , .key, "/", .value.archive] | join("")}]'
0 commit comments