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
| module Ext | |
| module String | |
| def self.included(base) | |
| base.class_eval do | |
| include InstanceMethods | |
| end | |
| end | |
| module InstanceMethods | |
| def br_to_return |
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
| #!/bin/sh | |
| # | |
| # MongoDB OSX Launch Item | |
| # | |
| # usage: sudo ./install.sh | |
| # | |
| # initialize | |
| DAEMON_PATH=`which mongod` |
NewerOlder