Thread
:
Mosh and fingerterm -e
View Single Post
att
2013-12-20 , 00:10
Posts: 388 | Thanked: 1,340 times | Joined on Nov 2007 @ Finland
#
3
Other thing you could try to temporarily to workaround the problem: After #! line in mosh insert line:
$( = $)+0;
Or if that doesn't help then maybe writting a wrapper like this:
#!/usr/bin/perl
$( = $)+0;
exec "/usr/bin/mosh", "user@server", "-t", "screen -rDU";
Quote & Reply
|
att
View Public Profile
Send a private message to att
Find all posts by att