#!/bin/ash
if [ -x /usr/bin/ssh ] ;then
    /usr/bin/ssh "$@" #&
else    dbclient -y "$@" #&
fi
