Created
November 8, 2021 20:29
-
-
Save iandesj/43d58f8acd67a8889c0d8f706926c2ce to your computer and use it in GitHub Desktop.
Parallel Hack LOL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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