source: package_tags/sipb-xen-console/5.1/files/usr/bin/sipb-xen-consolesh

Last change on this file was 366, checked in by broder, 16 years ago

It should not be trivial for us to hack users' machines

  • Property svn:executable set to *
File size: 160 bytes
Line 
1#!/bin/bash
2
3if [ "$SHLVL" != "1" ]
4then
5    echo "Please do not compromise our users' machines"
6    exit 1
7fi
8
9export VM_NAME="d_$USER"
10ssh console@black-mesa
Note: See TracBrowser for help on using the repository browser.