diff options
-rw-r--r-- | postprocess.sh | 5 |
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 | ||
27 | cd work || exit 1 | 27 | cd work || exit 1 |
28 | 28 | ||
29 | for a in ????_Q?; do ./sort_plz $a; done | 29 | for a in ????_Q?; do |
30 | printf "Sorting files from issue %s\n" $a | ||
31 | ./sort_plz $a | ||
32 | done | ||