From 152e01cc6bb98f4c76e4f325c57ba01e96644205 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 30 Jul 2024 10:14:32 +0200 Subject: [PATCH] fix startup-script --- start_tmux.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/start_tmux.sh b/start_tmux.sh index be65aa9..b6d7993 100755 --- a/start_tmux.sh +++ b/start_tmux.sh @@ -1,2 +1,4 @@ #!/bin/bash -tmux new-session -d -t ansible-devspace 'version.sh' +tmux new-session -s ansible-devspace -d +tmux send-keys -t ansible-devspace "./version.sh" Enter +tmux attach -t ansible-devspace