]> git.phdru.name Git - dotfiles.git/blobdiff - bin/s
bin/s: Restore term title
[dotfiles.git] / bin / s
diff --git a/bin/s b/bin/s
index 29104693c796af3a10455189e246178c928ff651..09649ca0befe4620ff0960648ad285f70025e5bc 100755 (executable)
--- a/bin/s
+++ b/bin/s
@@ -1,2 +1,4 @@
 #! /bin/sh
-exec ssh "$@"
+
+ssh "$@"; rc=$?
+xtitle && exit $rc