#!/bin/bash
if [ "$1" = "test" ]; then
       pcs-proxy chronophage test-chronophage.collabora.com --debug
else
       pcs-proxy chronophage
fi
