This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
site 'http://community.opscode.com/api/v1' | |
cookbook 'sprout-rbenv', | |
:github => 'pivotal-sprout/sprout-rbenv' | |
cookbook 'sprout-ruby', | |
:github => 'pivotal-sprout/sprout-ruby' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// A bunch of functions you can use in the MongoDB shell | |
// taken from http://api.mongodb.org/js/1.8.2/index.html | |
// amongst other sources | |
// Used in place of print() to view the contents of objects | |
printjson(x); | |
printjsononeline(x); | |
// File system interaction | |
ls(...); |