source: trunk/packages/sipb-xen-dom0/files/usr/sbin/qemu-dm-sipb @ 1134

Last change on this file since 1134 was 1134, checked in by broder, 16 years ago

Whoops - was slightly too vicious with the cuts to qemu-dm-sipb

  • Property svn:executable set to *
File size: 188 bytes
Line 
1#!/bin/sh
2domid=
3for i; do
4    if [ "$domid" = "_NEXT_" ]; then
5        domid=$i
6        break
7    elif [ "$i" = "-d" ]; then
8        domid=_NEXT_
9    fi
10done
11export domid
12exec "/usr/lib/xen/bin/qemu-dm" "$@"
Note: See TracBrowser for help on using the repository browser.