Sha256: 94bf797aaae25bf7d029104b43d7f62e7c8b6ec29eae9c7c5a5cae61e37d1c3d

Contents?: true

Size: 300 Bytes

Versions: 16

Compression:

Stored size: 300 Bytes

Contents

#!/usr/bin/env ruby

def lxc_console
  require 'pry'
  require 'lxc'

  ##
  #
  # Welcome to the LXC RubyGem console!
  #
  ##
  binding.pry
end

begin
  lxc_console
rescue LoadError => e
  puts "This command should only be executed in development environments; this does not appear to be one!"
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
lxc-0.2.0 bin/lxc-console
lxc-0.1.6 bin/lxc-console
lxc-0.1.5 bin/lxc-console
lxc-0.1.4 bin/lxc-console
lxc-0.1.3 bin/lxc-console
lxc-0.1.2 bin/lxc-console
lxc-0.1.1 bin/lxc-console
lxc-0.1.0 bin/lxc-console
lxc-0.0.9 bin/lxc-console
lxc-0.0.8 bin/lxc-console
lxc-0.0.7 bin/lxc-console
lxc-0.0.6 bin/lxc-console
lxc-0.0.5 bin/lxc-console
lxc-0.0.4 bin/lxc-console
lxc-0.0.3 bin/lxc-console
lxc-0.0.2 bin/lxc-console