X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/90152692eced87d53ab0c492c35b89928d849870..a1198d8eef2bc3e79bf3d209b0ce625e681eefc6:/user/bkots?ds=inline

diff --git a/user/bkots b/user/bkots
index d37b9c2..baffb08 100755
--- a/user/bkots
+++ b/user/bkots
@@ -200,7 +200,7 @@ showVersion() {
     vbm "DEBUG:showVersion function called."
 
     cat <<'EOF'
-bkots 1.0.0
+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.
@@ -715,10 +715,11 @@ main() {
     done;
 
     ## Run commands
-    yell "DEBUG:commands:$(printf "%s\n" "${commands[@]}")";
-    printf "%s\n" "${commands[@]}" | parallel --group;
+    #yell "DEBUG:commands:$(printf "%s\n" "${commands[@]}")";
+    printf "%s\n" "${commands[@]}" | parallel --group --jobs 25%;
 
 }; # main program
 
 # Run program
 main "$@";
+exit 0;