#!/bin/bash

virtwhat=`which virt-what`

if [ $? -eq 0 ]
then
  echo '<<<virt-what>>>'
  $virtwhat
fi
