#!/bin/bash -eu
if [ $# -gt 0 ]; then
	exec sshc opal1.ucm.dev "$@"
fi
exec ssh opal1.ucm.dev
