X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/753047a3353949d673a55f52ef27d4d136227c6d..ede080f66be6d19f701d1bffea26229fc9343e35:/unitproc/bkt-decimate?ds=sidebyside

diff --git a/unitproc/bkt-decimate b/unitproc/bkt-decimate
index 2ad091f..855ab0c 100644
--- a/unitproc/bkt-decimate
+++ b/unitproc/bkt-decimate
@@ -12,6 +12,7 @@ decimate() {
     lc="${#lines[@]}";
     lk="$((lc * 900 / 1000))";
 
+    # Output
     printf "%s\n" "${lines[@]}" | \
         nl -w1 -s' ' | \
         shuf | \