9 lines
279 B
Bash
Executable file
9 lines
279 B
Bash
Executable file
#!/bin/sh
|
|
mosh=$(which mosh)
|
|
mosh_server=$(which mosh-server)
|
|
${mosh} --server="${mosh_server} new -l LANG=en_US.UTF-8" gate.clearbuilt.com. --
|
|
|
|
#${mosh} --server="/usr/bin/mosh-server new -l LANG=en_US.UTF-8" gate.clearbuilt.com. --
|
|
"$@"
|
|
#AddKeysToAgent yes
|
|
#ForwardAgent yes
|