source: trunk/packages/sipb-xen-remote-server/files/usr/sbin/sipb-xen-remote-proxy @ 549

Last change on this file since 549 was 549, checked in by y_z, 16 years ago

before migrating to yaml; things seem to be working, --pickle supported

  • Property svn:executable set to *
File size: 366 bytes
Line 
1#!/bin/sh
2# invoke as sipb-xen-remote-proxy-$TYPE, with "TYPE" in the remctl sense.
3klist -s || kinit -k host/remote.mit.edu
4#echo remctl black-mesa remote ${0##*-} "$@"
5if false ; then
6  remctl black-mesa remote ${0##*-} "$@"
7else
8  case "$1" in
9    listvms ) shift; sipb-xen-remote-listvms "$@" ;;
10    *       ) remctl black-mesa remote ${0##*-} "$@" ;;
11  esac
12fi
Note: See TracBrowser for help on using the repository browser.