ansible-devspace/start_tmux.sh

5 lines
139 B
Bash
Raw Normal View History

2024-07-30 09:58:43 +02:00
#!/bin/bash
2024-07-30 10:14:32 +02:00
tmux new-session -s ansible-devspace -d
2024-07-30 10:19:26 +02:00
tmux send-keys -t ansible-devspace "/version.sh" Enter
2024-07-30 10:14:32 +02:00
tmux attach -t ansible-devspace