Skip to content

Instantly share code, notes, and snippets.

@rchowe
Created February 10, 2015 17:13
Show Gist options
  • Save rchowe/677a1f706183518c080e to your computer and use it in GitHub Desktop.
Save rchowe/677a1f706183518c080e to your computer and use it in GitHub Desktop.
for i in $(seq 2 1000); do
./check_prime.py $i &
done | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment