Skip to content

Instantly share code, notes, and snippets.

@mperlet
Created May 26, 2017 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mperlet/959cc70f9dcad92ddc430b3776b9d17c to your computer and use it in GitHub Desktop.
Save mperlet/959cc70f9dcad92ddc430b3776b9d17c to your computer and use it in GitHub Desktop.
120secondsofyes.sh
for i in {0..20}
do
yes > /dev/null &
done; sleep 120; kill -9 $(pidof yes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment