#!/bin/bash
if [ -z "$1" ]; then
	exec ~/lib/rel/dtach.sh
else
	exec ssh -t $1 ~/lib/rel/dtach.sh
fi

