#!/bin/bash virtwhat=`which virt-what` if [ $? -eq 0 ] then echo '<<>>' $virtwhat fi