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