source: trunk/packages/xen-common/xen-common/scripts/xen-utils-wrapper @ 77

Last change on this file since 77 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 197 bytes
Line 
1#!/bin/bash
2
3libdir=/usr/lib
4command="$(basename $0)"
5version=$($libdir/xen-common/bin/xen-utils-version -v "$XEN_VERSION")
6[ "$version" ] && exec "$libdir/xen-$version/bin/$command" "$@"
7exit 127
Note: See TracBrowser for help on using the repository browser.