commit 1dec66e0e9b81cdf18beae2e1ad1b5dcc25a3d86 parent 64eac4a9a6b3a6d7e4c73d6fb338a3362d5dad98 Author: Anders Damsgaard <andersd@riseup.net> Date: Wed, 17 May 2017 10:31:37 -0400 add notmux option Diffstat:
M | bin/idkfa-ssh | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/bin/idkfa-ssh b/bin/idkfa-ssh @@ -8,5 +8,8 @@ if [ "$1" = "-s" ]; then elif [ "$1" = "-a" ]; then autossh $user@$host else + if [ "$1" = "notmux" ]; then + remotecommand="" + fi mosh $user@$host -- $remotecommand fi