summaryrefslogtreecommitdiffstats
path: root/cholerab/knut/clients/cnot/index
blob: a9e4972d0fd84e6976c573e295c105db3486f28d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh
#
#
#
set -euf

host="$1"; shift
port=42101

params="$*"

exec curl -vsS -X PUT --data-binary @- "http://$host:$port" <<EOF
{"method":"clive","params":"$params","id":null}
EOF