Skip to content

Instantly share code, notes, and snippets.

@sn99
Created December 18, 2020 00:32
Show Gist options
  • Save sn99/f533d0ffaa1b5e12ad9c925e11600630 to your computer and use it in GitHub Desktop.
Save sn99/f533d0ffaa1b5e12ad9c925e11600630 to your computer and use it in GitHub Desktop.
for i in $(seq $(getconf _NPROCESSORS_ONLN)); do yes > /dev/null & done
# for cancel
killall yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment