Sha256: 828577afd30885b27eac2cfffab08052b287778102602ee2cf1549881ae51e48
Contents?: true
Size: 370 Bytes
Versions: 67
Compression:
Stored size: 370 Bytes
Contents
#!/usr/bin/env ruby file = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__ file = File.expand_path(File.dirname(file)) $LOAD_PATH.unshift File.expand_path('../lib', file) require 'thor' require 'docker-sync/update_check' thor = File.expand_path('../tasks/sync', file) Dir.glob(File.join(thor, '/**/*.thor')).each { |taskfile| load taskfile } Sync.start
Version data entries
67 entries across 67 versions & 1 rubygems