DBMCLI=$X_PATH/dbmcli if [ ! -x $DBMCLI ]; then echo "dbmcli not found" >&2 exit 5 fi $DBMCLI -d TST -u dbm,dbm db_warm> /dev/null &