Skip to content

Instantly share code, notes, and snippets.

@unacceptable
Created August 17, 2020 20:54
Show Gist options
  • Save unacceptable/6262fffb1238d1952a36ac0e33ef40d5 to your computer and use it in GitHub Desktop.
Save unacceptable/6262fffb1238d1952a36ac0e33ef40d5 to your computer and use it in GitHub Desktop.
N=100
for job in {1..1000}; do
((i=i%N)); ((i++==0)) && wait
python something.py &
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment