4 lines
139 B
Bash
Executable file
4 lines
139 B
Bash
Executable file
#!/bin/bash
|
|
tmux new-session -s ansible-devspace -d
|
|
tmux send-keys -t ansible-devspace "/version.sh" Enter
|
|
tmux attach -t ansible-devspace
|