Artifact 7b9772c1b2d1d5dc2ee7aae907fb07fbcf06e487:
- File vwsgui — part of check-in [fa53a2f55d] at 2015-07-17 16:44:30 on branch trunk — Initial files (user: vitus, size: 193) [annotate] [blame] [check-ins using]
#!/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