# File lib/buildr/shell.rb, line 175
    def shell(&block)
      task('shell').tap do |t|
        t.enhance &block if block
      end
    end