ansible-devspace/start_tmux.sh

5 lines
141 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 20:18:41 +02:00
tmux send-keys -t ansible-devspace "cat /etc/motd" Enter
2024-07-30 10:14:32 +02:00
tmux attach -t ansible-devspace