3 lines
65 B
Bash
3 lines
65 B
Bash
|
#!/bin/bash
|
||
|
tmux new-session -d -t ansible-devspace 'version.sh'
|