Skip to content

Instantly share code, notes, and snippets.

@trivektor
Forked from nsforge/gist:6861400
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trivektor/c098dd6bfb62ba7f061f to your computer and use it in GitHub Desktop.
Save trivektor/c098dd6bfb62ba7f061f to your computer and use it in GitHub Desktop.
# Change this:
...
#!/usr/bin/ruby
require 'osx/cocoa'
# My Script…
...
# To this:
...
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
require 'osx/cocoa'
# My Script…
...
# (this is untested in versions of OS X previous to 10.9, if you test it and confirm that scripts work correctly in 10.8 and below, please leave a comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment