#!/bin/sh

# Run by xen-bugtool

export PATH=$PATH:/usr/lib/xcp/xha
echo Running ha_query_liveset $*:
"/usr/lib/xcp/xha/ha_query_liveset" $*
echo Output of command: $?

