Y
Hacker News
new
|
ask
|
show
|
jobs
by
Florin_Andrei
3170 days ago
for p in `seq 1 $(sysctl -n hw.ncpu)`; do yes > /dev/null & done
Alternatively you could run Boinc with a cancer research project or something - defrost your food AND help the world become a better place.
1 comments
htfy96
3170 days ago
$(nproc --all) on Linux
link