#!/bin/bash set -e if [ ! -d gpg-mailgate ] then git clone https://github.com/ajgon/gpg-mailgate.py gpg-mailgate fi if [ "$1" == "TOP" ] then ln -sf ../../mMail . else svn co -r $1 https://wagnertech.de/svn/projekte/mMail fi