File: xen-utils-wrapper

package info (click to toggle)
xen-common 3.2.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 680 kB
  • ctags: 279
  • sloc: sh: 2,708; makefile: 288; perl: 186; python: 170; xml: 8
file content (7 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/bash

libdir=/usr/lib
command="$(basename $0)"
version=$($libdir/xen-common/bin/xen-utils-version -v "$XEN_VERSION")
[ "$version" ] && exec "$libdir/xen-$version/bin/$command" "$@"
exit 127