#!/bin/sh
[ -r conf ] && . ./conf
exec connmand -n ${OPTS}
