Removed bin/bash for project launcher
This commit is contained in:
parent
22037b4400
commit
89f3d78a9a
1 changed files with 1 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue