summaryrefslogtreecommitdiff
path: root/update-all.in
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-02-19 07:51:43 +0100
committerErich Eckner <git@eckner.net>2017-02-19 07:51:43 +0100
commit355bfa79f2b3b7f0033af5333efce0704e612c73 (patch)
tree9d445504e94cfe789274dbe5d1e27a13debfae53 /update-all.in
parent74e4b3ea0a7bcea21c978849d6c433f8118a0eb1 (diff)
downloadupdate-all-355bfa79f2b3b7f0033af5333efce0704e612c73.tar.xz
update-all setzt nun statt update-me Terminal-Titel
Diffstat (limited to 'update-all.in')
-rw-r--r--update-all.in2
1 files changed, 1 insertions, 1 deletions
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