Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Runcocoa; unversioned so I used 'a'
Browse files Browse the repository at this point in the history
Runcocoa allows you to run Cocoa snippets from the command line. It will even work with iOS lines.
  • Loading branch information
mxcl committed Apr 28, 2011
1 parent 460a168 commit dbbe308
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Library/Formula/runcocoa.rb
@@ -0,0 +1,13 @@
require 'formula'

class Runcocoa < Formula
homepage 'https://github.com/michaeltyson/Commandline-Cocoa'
url 'https://github.com/michaeltyson/Commandline-Cocoa/tarball/e64b3666bca94c501c88'
md5 'bc396ac6ccab09e2f978b81771f13e3b'
version 'a'

def install
bin.install 'runcocoa.sh' => 'runcocoa'
bin.install 'runc.sh' => 'runc'
end
end

0 comments on commit dbbe308

Please sign in to comment.