chore(unitproc/bkt-decimate):Minor comment
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Tue, 20 Feb 2024 22:30:54 +0000 (22:30 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Tue, 20 Feb 2024 22:30:54 +0000 (22:30 +0000)
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 | \