Skip to content

Instantly share code, notes, and snippets.

@alexdantas
Created November 26, 2012 22:10
Show Gist options
  • Save alexdantas/4150992 to your computer and use it in GitHub Desktop.
Save alexdantas/4150992 to your computer and use it in GitHub Desktop.
Cursing terminal (Keep repeating words that contains 'fuck' until interrupted)
# Keep repeating words that contains 'fuck' until interrupted
yes `grep fuck /usr/share/dict/words` | tr '\n' ' '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment