4 lines
141 B
Bash
Executable file
4 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
|