Skip to content

Instantly share code, notes, and snippets.

@sachin21
Created January 2, 2016 11:51
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 sachin21/975be45b900a3bb70daa to your computer and use it in GitHub Desktop.
Save sachin21/975be45b900a3bb70daa to your computer and use it in GitHub Desktop.
echo-sd's Formula for Homebrew
class EchoSd < Formula
desc "Echo 'sudden death' message"
homepage "https://fumiyas.github.io/2013/12/25/echo-sd.sh-advent-calendar.html"
url "https://raw.githubusercontent.com/fumiyas/home-commands/master/echo-sd"
sha256 "42f333ec81642f3b6a3a5fb59ab35f526dd7c86b77cdb8a420ba73eaf3846652"
def install
bin.install "echo-sd"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment