Sha256: b5c8597d7e4c49e06decb8590d0b16f58442d227af846b2e67328400cc7a75dc
Contents?: true
Size: 232 Bytes
Versions: 5
Compression:
Stored size: 232 Bytes
Contents
#!/usr/bin/env ruby require "thor" $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) thor = File.expand_path('../../tasks', __FILE__) Dir.glob(File.join(thor, '/**/*.thor')).each { |taskfile| load taskfile } Sync.start
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
docker-sync-0.0.8 | bin/docker-sync |
docker-sync-0.0.7 | bin/docker-sync |
docker-sync-0.0.6 | bin/docker-sync |
docker-sync-0.0.5 | bin/docker-sync |
docker-sync-0.0.4 | bin/docker-sync |