forked from kunsi/dotfiles
6 lines
147 B
Text
6 lines
147 B
Text
|
#!/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
|