3 lines
84 B
Bash
Executable file
3 lines
84 B
Bash
Executable file
#!/bin/bash
|
|
tmux new-session -s ansible-devspace -d
|
|
tmux attach -t ansible-devspace
|