diff --git a/scripts/project-launcher.sh b/scripts/project-launcher.sh index 57cb2d1..a018bf9 100755 --- a/scripts/project-launcher.sh +++ b/scripts/project-launcher.sh @@ -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" \ No newline at end of file +tmux attach-session -t "$SESSION_NAME"