projects
/
invirt/packages/invirt-console.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
It should not be trivial for us to hack users' machines
[invirt/packages/invirt-console.git]
/
files
/
usr
/
bin
/
sipb-xen-consolesh
1
#!/bin/bash
2
3
if [ "$SHLVL" != "1" ]
4
then
5
echo "Please do not compromise our users' machines"
6
exit 1
7
fi
8
9
export VM_NAME="d_$USER"
10
ssh console@black-mesa