#!/bin/bash DATOS=$(ogGetIpAddress $*) || exit $? [ -n "$DATOS" ] && echo $DATOS exit 0