Last change
on this file since 2009 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. |
---|
3 | klist -s || kinit -k host/remote.mit.edu |
---|
4 | #echo remctl black-mesa remote ${0##*-} "$@" |
---|
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.