Last change
on this file since 606 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
|
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 |
---|
[502] | 4 | #echo remctl black-mesa remote ${0##*-} "$@" |
---|
[549] | 5 | if false ; then |
---|
| 6 | remctl black-mesa remote ${0##*-} "$@" |
---|
| 7 | else |
---|
| 8 | case "$1" in |
---|
| 9 | listvms ) shift; sipb-xen-remote-listvms "$@" ;; |
---|
| 10 | * ) remctl black-mesa remote ${0##*-} "$@" ;; |
---|
| 11 | esac |
---|
| 12 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.