chore(unitproc/bkt-decimate):Minor comment
[BK-2020-03.git] / unitproc / bkt-decimate
index 2ad091ff78f2dd673857af55f7ea9afde608586c..855ab0c71b8c88ec9f56ccf6f9a864b09794419c 100644 (file)
@@ -12,6 +12,7 @@ decimate() {
     lc="${#lines[@]}";
     lk="$((lc * 900 / 1000))";
 
+    # Output
     printf "%s\n" "${lines[@]}" | \
         nl -w1 -s' ' | \
         shuf | \