1#!/bin/sh
2DIR=`pwd | sed -e 's,.*/,,'`
3PREFIX=`echo $DIR | sed -e 's,-.*,,'`
4cd ..;
5rm -f $PREFIX
6ln -s $DIR $PREFIX
7