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