Created
March 18, 2011 23:41
-
-
Save ddribin/877037 to your computer and use it in GitHub Desktop.
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 | |
# OBJC_HELP=1 causes the Objective-C runtime to spit out help to stderr | |
# Pulling in osx/cocoa causes the runtime to be loaded via RubyCocoa | |
# Redirect sterr to stdout so we can pipe the results through pager | |
OBJC_HELP=1 /usr/bin/ruby -rosx/cocoa -e '' 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment