From e6f52673deab9685259eaf9d0465c0864b56d72b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 12 Jul 2016 07:06:27 +0200 Subject: parallel in mehreren Fenstern ausfuehren --- update-all.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'update-all.in') diff --git a/update-all.in b/update-all.in index c672d8a..ab8dcf9 100644 --- a/update-all.in +++ b/update-all.in @@ -19,8 +19,6 @@ do else conCmd="ssh -t -t $s" fi - echo "updating ${s} ..." - ${conCmd} "su -c \"${updateCmd["${systemTyp}"]}\"" - echo "... ${s} updated" + urxvt -e ${conCmd} "hostname; su -c \"${updateCmd["${systemTyp}"]}\"" & done done -- cgit v1.2.3-54-g00ecf