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/f62a702701672ce63475 to your computer and use it in GitHub Desktop.
Save takuya/f62a702701672ce63475 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
builtin hash -p /usr/local/bin/bash bash
hash
for i in {1..100} ; do
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