Skip to content

Instantly share code, notes, and snippets.

@AndrewVos
Created January 5, 2012 13:56
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 AndrewVos/1565357 to your computer and use it in GitHub Desktop.
Save AndrewVos/1565357 to your computer and use it in GitHub Desktop.
Only three lines that should be in a bin file
<drbrain> #!/usr/bin/env ruby
<drbrain> require 'something_in_your_library'
<drbrain> SomthingInYourLibrary.run ARGV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment