Skip to content

Instantly share code, notes, and snippets.

@chrismytton
Created March 4, 2012 16:38
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 chrismytton/1973792 to your computer and use it in GitHub Desktop.
Save chrismytton/1973792 to your computer and use it in GitHub Desktop.
shoreman (foreman in shell) homebrew formula
require 'formula'
class Shoreman < Formula
homepage 'https://github.com/hecticjeff/shoreman'
head 'https://github.com/hecticjeff/shoreman.git'
def install
bin.install 'shoreman.sh' => 'shoreman'
end
end
@chrismytton
Copy link
Author

brew install --HEAD https://gist.github.com/raw/1973792/e7e053623e9c9aaa52ef67afecc4391a65605629/shoreman.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment