Sha256: 5680c3775be7d17da579b7c4151554b3cd06b0fc2a59187405622fa58114a225

Contents?: true

Size: 249 Bytes

Versions: 4

Compression:

Stored size: 249 Bytes

Contents

#!/usr/bin/env ruby
require File.dirname(__FILE__) + "/../lib/geordi/capistrano"
include Geordi::Capistrano

catching_errors do
  self.stage = ARGV.shift
  command = ARGV.any? ? ARGV.join(' ') : nil

  shell_for(command, :select_server => true)
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
geordi-0.18.0 bin/shell-for
geordi-0.17.4 bin/shell-for
geordi-0.17.3 bin/shell-for
geordi-0.16.3 bin/shell-for