set -e
VORLAGEN=../vorlagen
+LIVECODING=../livecoding
MUSTERLOESUNGEN=../spickzettel
source BRANCHES.sh
mkdir -p $VORLAGEN/$vorlage/
rsync -av --exclude=.git --exclude=target --exclude=.idea --exclude=.gradle --exclude=build --exclude=BRANCHES.sh --exclude=BUILD.sh --exclude=COPY.sh --exclude=DIFF.sh --exclude=.gitignore --exclude=PUSH.sh --exclude=REBASE.sh --exclude=RESET.sh --exclude=TAG.sh . $VORLAGEN/$vorlage/
;;
+ *--livecoding)
+ livecoding=$(echo $branch |sed -e 's/--livecoding$//')
+ echo "Live-Coding: $livecoding"
+ mkdir -p $LIVECODING/$livecoding/
+ rsync -av --exclude=.git --exclude=target --exclude=.idea --exclude=.gradle --exclude=build --exclude=BRANCHES.sh --exclude=BUILD.sh --exclude=COPY.sh --exclude=DIFF.sh --exclude=.gitignore --exclude=PUSH.sh --exclude=REBASE.sh --exclude=RESET.sh --exclude=TAG.sh . $LIVECODING/$livecoding/
+ ;;
*)
echo "Lösung: $branch"
mkdir -p $MUSTERLOESUNGEN/$branch/