ansible-devspace/start_tmux.sh
mg 299104e654
Some checks failed
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Has been cancelled
revert 869f4c26fc
revert start-tmux: check if session is interactive
2024-09-13 18:34:45 +02:00

4 lines
84 B
Bash
Executable file

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