4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
tmux attach-session -t local || tmux new-session -s local
|