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