#!/bin/bash
[ -z "$1" ] && echo "usage: $0 <host>" && exit 1
set -x
ln -fs /net/$1.vpn.k/$(readlink -f .) $1


