#!/bin/sh -

set -x

while true; do
  /usr/sbin/xm start $1
  ./waitlogin.sh $1
  /usr/sbin/xm shutdown $1
  ./waitshutdown.sh $1
done
