forked from kunsi/dotfiles
5 lines
147 B
Bash
Executable file
5 lines
147 B
Bash
Executable file
#!/bin/sh
|
|
|
|
#ssh kaito -t "tmux attach-session -t weechat"
|
|
|
|
mosh --server="LANG=en_US.UTF-8 mosh-server" kaito -- tmux attach-session -d -t weechat
|