From: Oleg Broytman Date: Mon, 6 Nov 2023 00:37:00 +0000 (+0300) Subject: bin/s: Restore term title X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=4ac51c84e17a49f90abdd9ef43b25b2c946b554d bin/s: Restore term title --- diff --git a/bin/s b/bin/s index 2910469..09649ca 100755 --- a/bin/s +++ b/bin/s @@ -1,2 +1,4 @@ #! /bin/sh -exec ssh "$@" + +ssh "$@"; rc=$? +xtitle && exit $rc