Method: Toe::Setup::GhPages#sh

Defined in:
lib/toe/setup/gh_pages.rb

#sh(*cmd) ⇒ Object



49
50
51
52
# File 'lib/toe/setup/gh_pages.rb', line 49

def sh(*cmd)
  log :sh, cmd.join(' ')
  super
end