From 0676d0ac186cb6d3e0c22071ca9f7edb806ba36c Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 17 Feb 2020 03:54:59 -0600 Subject: For "cross.sh all" announce each target in title bar. --- scripts/cross.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/cross.sh b/scripts/cross.sh index 6dac8ec0..2570713d 100755 --- a/scripts/cross.sh +++ b/scripts/cross.sh @@ -35,6 +35,7 @@ then do { export TARGET + echo -en "\033]2;$TARGET $*\007" "$0" $TARGET "$@" 2>&1 || mv cross-log-$TARGET.{txt,failed} } | tee cross-log-$TARGET.txt done -- cgit v1.2.3