The consolefs directory should be created when the package is
[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