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

Last change on this file since 620 was 620, checked in by price, 16 years ago

make sipb-xen-remote-proxy a bit less obscure

  • Property svn:executable set to *
File size: 330 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
4TYPE="${0##*-}"
5SERVICE="$1"
6#echo remctl black-mesa remote "$TYPE" "$@"
7case "$SERVICE" in
8    listvms ) shift; sipb-xen-remote-listvms "$@" ;;
9    *       ) remctl black-mesa remote "$TYPE" "$@" ;;
10esac
Note: See TracBrowser for help on using the repository browser.