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.
## 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