#!/usr/bin/env bash -o errexit -o nounset -o pipefail (#3)

This commit is contained in:
folex
2021-03-24 12:40:12 +03:00
committed by GitHub
parent a560fab1af
commit d36ea090ea
17 changed files with 379 additions and 16 deletions

7
curl_template/script.air Normal file
View File

@ -0,0 +1,7 @@
(seq
(seq
(call relay (service "request") ["https://api.duckduckgo.com/?q=condensed%20milk&format=json"] milk)
(call relay (service "request") ["https://api.duckduckgo.com/?q=beetroot&format=json"] beetroot)
)
(call %init_peer_id% (returnService "run") [milk.$.stdout beetroot.$.stdout])
)