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