Skip to content

Instantly share code, notes, and snippets.

@EwanDawson
Created May 28, 2010 23:13
Show Gist options
  • Save EwanDawson/417874 to your computer and use it in GitHub Desktop.
Save EwanDawson/417874 to your computer and use it in GitHub Desktop.
# add alias to get latest version of mongo cheatsheet
alias mongocheat='curl -s http://cheat.errtheblog.com/s/mongo | groovy -e "@Grab(group=/net.sourceforge.nekohtml/, module=/nekohtml/, version=/1.9.14/)import org.cyberneko.html.parsers.SAXParser;println new XmlSlurper(new SAXParser()).parseText(System.in.text).depthFirst().find{ it.@class == /sheet/}.text()"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment