summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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