ansible-devspace/start_tmux.sh
mg b1958b7cc8
All checks were successful
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Successful in 2m37s
revert 503b45cc2b
revert test without .bashrc tmux auto-attach
2024-09-13 20:27:20 +02:00

4 lines
84 B
Bash
Executable file

#!/bin/bash
tmux new-session -s ansible-devspace -d
tmux attach -t ansible-devspace