This commit is contained in:
team3
2026-05-21 19:53:43 +02:00
parent 0de869f0fd
commit 6cbf1a1dd3
10 changed files with 81 additions and 18 deletions

View File

@@ -6,6 +6,10 @@ if [ -d "$DOC" ]; then
sudo mount --bind "$DOC" "$PROJEKT/doc"
fi
if [ -s /tmp/projekt-info.txt ]; then
cp /tmp/projekt-info.txt "$PROJEKT/CLAUDE.md"
fi
code "$PROJEKT" &
gnome-terminal -- bash -c "$(cat <<EOF