#!/bin/bash PROJEKT="/home/arbeit/arbeit/filter-mueller.de" TICKET_NR="$1" DOC="" [ -n "$DOC" ] && sudo mount --bind "$DOC" "$PROJEKT/doc" TAB_TICKET="" if [ -n "$TICKET_NR" ]; then TAB_TICKET="gnome-terminal --tab --working-directory='$PROJEKT' -- bash -c 'claude \"Verschaff dir kurz Projekt-Überblick (ddev, shopware 6.6). Lies dann /tmp/redmine-$TICKET_NR/data.json (enthält Redmine Issue + Briefing-Wiki) sowie ggf. Bilder unter /tmp/redmine-$TICKET_NR/. Liste die für das Ticket nötigen Features als knappe Bullet-Liste auf - vollständig, nichts weglassen, aber auch nicht aufgebläht. Simpel und kurz.\"; exec bash'" fi TICKET_TAB="" [ -n "$TICKET_NR" ] && TICKET_TAB="--new-tab https://servicecenter.mitho-media.de/issues/$TICKET_NR" firefox \ --new-tab "https://mail.google.com/mail" \ --new-tab "https://docs.google.com/spreadsheets/d/1lCSVgTgKq7Q0df2RKtcBb7m5tVub41-fkA2GTL1dTpw/edit" \ --new-tab "https://filter-mueller.dev.mitho-media.de/" \ --new-tab "https://filter-mueller.dev.mitho-media.de/admin" \ --new-tab "https://filter-mueller.dev.mitho-media.de:8026/" \ --new-tab "https://filter-mueller.dev.mitho-media.de:9101" \ $TICKET_TAB & code "$PROJEKT" & gnome-terminal --full-screen -- bash -c "$(cat <