Skip to content

Instantly share code, notes, and snippets.

@pixelomer
Created October 29, 2025 14:06
Show Gist options
  • Save pixelomer/3f4605d53377556ec7d06836576ad9e0 to your computer and use it in GitHub Desktop.
Save pixelomer/3f4605d53377556ec7d06836576ad9e0 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
for i in $(seq -s' ' 1 $(nproc)); do (while true; do true; done) & done; wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment