Sha256: c0b81a70f835d017cd104040d60c663cc12b6ef321a2906427ab0828d310eac6
Contents?: true
Size: 394 Bytes
Versions: 1
Compression:
Stored size: 394 Bytes
Contents
#!/usr/bin/env ruby require "pathname" begin file = Pathname(__FILE__) file = file.readlink if file.symlink? local_seedling = file.join('../../lib/seedling.rb').expand_path if local_seedling.file? require local_seedling else require "seedling" end require "seedling/bin" rescue LoadError require "rubygems" require "seedling/bin" end Seedling::Bin::Cmd.run(ARGV)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
seedling-0.0.6 | bin/seedling |