From 89f3d78a9a32e494313e1c02f8612adb8556f48f Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 6 Sep 2025 23:52:41 +0200 Subject: [PATCH] Removed bin/bash for project launcher --- scripts/project-launcher.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"