Skip to content

Instantly share code, notes, and snippets.

@iandesj
Created November 8, 2021 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iandesj/43d58f8acd67a8889c0d8f706926c2ce to your computer and use it in GitHub Desktop.
Save iandesj/43d58f8acd67a8889c0d8f706926c2ce to your computer and use it in GitHub Desktop.
Parallel Hack LOL
#!/bin/bash
N=10
for i in $(seq 1 $N); do echo ./makemeparallel.py $i &; done
echo 'VOILA!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment