Skip to content

Instantly share code, notes, and snippets.

@takuya
Created January 23, 2015 19:53
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 takuya/605b6c29b2fd42566c97 to your computer and use it in GitHub Desktop.
Save takuya/605b6c29b2fd42566c97 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
for i in {1..100} ; do
hash -r
bash -c 'echo 1' > /dev/null
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment