#!/bin/bash
tmux new-session -s ansible-devspace -d
tmux send-keys -t ansible-devspace "./version.sh" Enter
tmux attach -t ansible-devspace