#!/bin/bash set -e if [ "$1" == "TOP" ] then ln -sf ../../tools . else svn co -r $1 http://wagnertech.de/svn/Projekte/tools fi