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