Sha256: 04be5b3d65140de594dbbea925a637c8e16d875895bc468562b9e8d263bf91e5
Contents?: true
Size: 150 Bytes
Versions: 1
Compression:
Stored size: 150 Bytes
Contents
#!/usr/bin/env ruby if ENV['RUBYLIB'] ENV['RUBYLIB'] += ':lib' else ENV['RUBYLIB'] = 'lib' end system('bin/beaker', *ARGV) exit $?.exitstatus
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
beaker-0.0.0 | beaker.rb |