Skip to content

Instantly share code, notes, and snippets.

@innovid-rnd
Last active March 8, 2018 20:50
Show Gist options
  • Save innovid-rnd/6defb7e5ee0fbe2354586a18d7ba36be to your computer and use it in GitHub Desktop.
Save innovid-rnd/6defb7e5ee0fbe2354586a18d7ba36be to your computer and use it in GitHub Desktop.
class HelloWorld < Formula
desc "usefull script that prints Hello World to your Console"
homepage "https://bitbucket.org/user/repo"
url "https://bitbucket.org/user/repo/get/HEAD.zip", :using => :curl
def install
bin.install "innovid/hello-world"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment