#!/bin/bash

result=`/opt/nec/ve/bin/vecmd -N 0 info | grep Model | awk '{print $4}'`

echo -n ${result}
