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