feat(unitproc/bkcsvjoin):Add version number
[BK-2020-03.git] / user / bkots
index 12cde77c7e8c76a1828655bcc2c931b4f9a2abc7..baffb0886d3dc152fffc81b1aec729d31a57b952 100755 (executable)
@@ -200,7 +200,7 @@ showVersion() {
     vbm "DEBUG:showVersion function called."
 
     cat <<'EOF'
-bkots 1.0.1
+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,9 +716,10 @@ 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
 
 # Run program
 main "$@";
+exit 0;