Commit 4480f849 authored by Luhan Wang's avatar Luhan Wang

a

parent 79b3d11b
#/bin/bash #/bin/bash
ALL_VMS=`uvt-kvm list` ALL_VMS=$(uvt-kvm list)
VM_NAME="vmtest" VM_NAME="vmtest"
echo $ALL_VMS echo $ALL_VMS
result=$(echo $ALL_VMS | grep "${VM_NAME}") result=$(echo $ALL_VMS | grep "${VM_NAME}")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment