Commit 6e9ff55e 6e9ff55e08b86e5ad7f5d47cbc0fd946220f4535 by Christian Gerdes

Update README.md

1 parent fcaf1dd2
# PILOOP
Linux/Unix command to calculate pi in a forever loop, thereby using the CPU
Linux/Unix command to calculate pi in a forever loop, thereby maxing out the CPU
cores of the machine. You need to specify the number of concurrent threads, and
optionally the priority of the process by specifying a nice value to add.
......