X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/3904c727458b58dad9b18e5617f3820ae49e5089..1de25f1589cc6737c6115fa11483c80a94be319c:/user/bkots

diff --git a/user/bkots b/user/bkots
index 5ffa4f4..baffb08 100755
--- a/user/bkots
+++ b/user/bkots
@@ -200,7 +200,7 @@ showVersion() {
     vbm "DEBUG:showVersion function called."
 
     cat <<'EOF'
-bkots 1.0.2
+bkots 1.0.3
 Copyright (C) 2022 Steven Baltakatei Sandoval
 License GPLv3: GNU GPL version 3
 This is free software; you are free to change and redistribute it.
@@ -716,7 +716,7 @@ main() {
 
     ## Run commands
     #yell "DEBUG:commands:$(printf "%s\n" "${commands[@]}")";
-    printf "%s\n" "${commands[@]}" | parallel --group;
+    printf "%s\n" "${commands[@]}" | parallel --group --jobs 25%;
 
 }; # main program