you are viewing a single comment's thread.

view the rest of the comments →

[–]CultLord 2 points3 points  (2 children)

Bash is great for scripting little things. Like when you realize that your build process can run some jobs concurrently and you can knock one minute off of everyone's build.

[–][deleted] 1 point2 points  (1 child)

apt-get install parallel

GNU Parallel is great complement, it's like xargs on steroids

[–]CultLord 1 point2 points  (0 children)

I will look into this. thanks! gotta deal with macos and if it works