From 355bfa79f2b3b7f0033af5333efce0704e612c73 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 19 Feb 2017 07:51:43 +0100 Subject: update-all setzt nun statt update-me Terminal-Titel --- update-all.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update-all.in') diff --git a/update-all.in b/update-all.in index 76261dc..a776498 100644 --- a/update-all.in +++ b/update-all.in @@ -14,5 +14,5 @@ do cmd="ssh -t -t ${system}" fi cmd="${cmd} update-me" - urxvt -e ${cmd} & + urxvt -title "${system}: update-me" -e ${cmd} & done -- cgit v1.2.3-54-g00ecf