#!/bin/bash if [ $# -lt 1 ]; then ./bmcli-wrapper exit 1 else ./bmcli-wrapper $* 2>&1 | \ grep '' | \ sed 's/<...?>//g' fi