From f87764cce299bec53f364701da190a9e400e64c8 Mon Sep 17 00:00:00 2001
From: Steven Baltakatei Sandoval <baltakatei@gmail.com>
Date: Tue, 20 Feb 2024 22:30:54 +0000
Subject: [PATCH 1/1] chore(unitproc/bkt-decimate):Minor comment

---
 unitproc/bkt-decimate | 1 +
 1 file changed, 1 insertion(+)

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 | \
-- 
2.39.5