X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Fs;h=09649ca0befe4620ff0960648ad285f70025e5bc;hb=ba2498c10865adb89a57d22bf877bbbd8afa671e;hp=4f8570d55fae3fa4f0c9c6817e508d0bb2973f96;hpb=f46bd4d41cc7f243bc8a321effee5200aa69e709;p=dotfiles.git diff --git a/bin/s b/bin/s index 4f8570d..09649ca 100755 --- a/bin/s +++ b/bin/s @@ -1,2 +1,4 @@ #! /bin/sh -exec ssh -4 "$@" + +ssh "$@"; rc=$? +xtitle && exit $rc