5 lines
69 B
Text
5 lines
69 B
Text
|
#!/usr/bin/env zsh
|
||
|
|
||
|
tmux attach -t "$@" || tmux new-session -s "$@"
|
||
|
|