10 lines
102 B
Bash
Executable File

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