Sha256: 18a18dc13be367f481aa0d2f1e9555f251c24dff81e7818bd052929bfe48a288
Contents?: true
Size: 258 Bytes
Versions: 1
Compression:
Stored size: 258 Bytes
Contents
#!/usr/bin/env ruby $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) require 'rubygems' require 'ruby-debug' require 'gync' require 'optparse' case ARGV.first.to_s when /^(-h|--help|help|\s*)$/ Gync.print_help else Gync.run ARGV end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gync-0.1.0 | bin/gync |