Removed bin/bash for project launcher

This commit is contained in:
Yan Lin 2025-09-06 23:52:41 +02:00
parent 22037b4400
commit 89f3d78a9a

View file

@ -1,5 +1,3 @@
#!/bin/bash
# Universal project launcher - reads project config and launches dynamic windows
# Usage: project-launcher.sh [OPTIONS] PROJECT_NAME
# Options:
@ -258,4 +256,4 @@ done <<< "$WINDOWS"
tmux select-window -t "$SESSION_NAME:1"
# Attach to session
tmux attach-session -t "$SESSION_NAME"
tmux attach-session -t "$SESSION_NAME"