Created
October 6, 2009 11:43
-
-
Save floehopper/202942 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
# please send me the postscript file generated by the following command | |
$ man -t launchctl > launchctl.ps | |
# please send me the output of the following commands executed in the irb that comes with Tiger | |
irb> require 'osx/cocoa' # => true | |
irb> OSX.require_framework 'PreferencePanes' # => true | |
irb> OSX::NSUnselectNow # => 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment