source:
trunk/packages/sipb-xen-console/files/usr/bin/sipb-xen-consolesh
@
368
Last change on this file since 368 was 366, checked in by broder, 17 years ago | |
---|---|
|
|
File size: 160 bytes |
Rev | Line | |
---|---|---|
[344] | 1 | #!/bin/bash |
2 | ||
[366] | 3 | if [ "$SHLVL" != "1" ] |
4 | then | |
5 | echo "Please do not compromise our users' machines" | |
6 | exit 1 | |
7 | fi | |
8 | ||
[344] | 9 | export VM_NAME="d_$USER" |
10 | ssh console@black-mesa |
Note: See TracBrowser
for help on using the repository browser.