cleanup() {
    ( cd tools; go install github.com/creachadair/jrpc2/tools/jcall )
    ( cd "$GOBIN" && rm -vf -- adder client http server wshttp )
}
