From d193694e3aa39ed135d399b4772e90b0cce027eb Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sat, 17 Aug 2024 00:01:46 +0200 Subject: Be more verbose when doing PLZ sorting so that we know the progress --- postprocess.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'postprocess.sh') diff --git a/postprocess.sh b/postprocess.sh index bc70492..401a70f 100644 --- a/postprocess.sh +++ b/postprocess.sh @@ -26,4 +26,7 @@ fi cd work || exit 1 -for a in ????_Q?; do ./sort_plz $a; done +for a in ????_Q?; do + printf "Sorting files from issue %s\n" $a + ./sort_plz $a +done -- cgit v1.2.3