summaryrefslogtreecommitdiff
path: root/postprocess.sh
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-08-17 00:01:46 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-08-17 00:01:51 +0200
commitd193694e3aa39ed135d399b4772e90b0cce027eb (patch)
treec110c08ea67429e2cfcb0fe6fdafae0fcd184b98 /postprocess.sh
parent05e142f9462ab87662dcbf484427f463c5ed2c55 (diff)
Be more verbose when doing PLZ sorting so that we know the progress
Diffstat (limited to 'postprocess.sh')
-rw-r--r--postprocess.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/postprocess.sh b/postprocess.sh
index bc70492..401a70f 100644
--- a/postprocess.sh
+++ b/postprocess.sh
@@ -26,4 +26,7 @@ fi
26 26
27cd work || exit 1 27cd work || exit 1
28 28
29for a in ????_Q?; do ./sort_plz $a; done 29for a in ????_Q?; do
30 printf "Sorting files from issue %s\n" $a
31 ./sort_plz $a
32done