I have a .sh file that looks like this:
ruby one.rb ruby two.rb ruby three.rb ruby four.rb ruby five.rb ruby six.rb ruby seven.rb ruby eight.rb
What does this mean, run ruby โโfiles one at a time. How would I start running the first four together, and once the first four are done, grab the next set. Not sure how to do this, any advice is welcome. I want to avoid using rake and continue using the shell.
source share