add scripts for x11vnc and techy.sh
[eostre.git] / meatviewer / techy.sh
1 #!/bin/bash -xe
2
3 function print_usage {
4 set +x
5 echo \
6 "
7 "
8 set -x
9 exit
10 }
11
12 if [ -n "$@" ]; then print_usage; fi
13
14 LOCALPORT=4000
15 REMOTE_PORT=$2
16 USER=${3:-$(whoami)}
17 PROXY=e9d.org
18
19 ssh -T -L $LOCALPORT:localhost:$REMOTE_PORT $USER@$PROXY