#!/bin/bash
set -ex;

REMOTE=$1
REPO=$2

ssh $REMOTE config:set $REPO CONFTEST=config-test HELLO=\"Hello world\"

