Last change
on this file since 622 was
620,
checked in by price, 17 years ago
|
make sipb-xen-remote-proxy a bit less obscure
|
-
Property svn:executable set to
*
|
File size:
330 bytes
|
Rev | Line | |
---|
[502] | 1 | #!/bin/sh |
---|
| 2 | # invoke as sipb-xen-remote-proxy-$TYPE, with "TYPE" in the remctl sense. |
---|
[549] | 3 | klist -s || kinit -k host/remote.mit.edu |
---|
[620] | 4 | TYPE="${0##*-}" |
---|
| 5 | SERVICE="$1" |
---|
| 6 | #echo remctl black-mesa remote "$TYPE" "$@" |
---|
| 7 | case "$SERVICE" in |
---|
[549] | 8 | listvms ) shift; sipb-xen-remote-listvms "$@" ;; |
---|
[620] | 9 | * ) remctl black-mesa remote "$TYPE" "$@" ;; |
---|
| 10 | esac |
---|
Note: See
TracBrowser
for help on using the repository browser.