#!/bin/bash
for A; do
	(
	cd $A
	git config --add arcs.peers $USER@ucm.dev:${PWD#$HOME/}
	)
done
