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