#!/bin/bash RETORNO=$(menuBrowser $* 2>/dev/null) || exit $? exit 0