vwsgui at [fa53a2f55d]
Not logged in

File vwsgui artifact 7b9772c1b2 part of check-in fa53a2f55d


#!/bin/sh
if [ -z "$1" ]; then
	echo "Usage: $0 vm-name"
	exit 1
fi

uri=`vms spiceuri $1`
if [ $? -gt 0 ]; then
	exit 1
fi
spicy $uri </dev/null
vws running $1 && /usr/lib/vms/ask_shutdown $1