ansible-devspace/start_tmux.sh
Michael Grote 950649ca64
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build unknown status
test motd
2024-07-30 20:18:41 +02:00

5 lines
141 B
Bash
Executable file

#!/bin/bash
tmux new-session -s ansible-devspace -d
tmux send-keys -t ansible-devspace "cat /etc/motd" Enter
tmux attach -t ansible-devspace